Skip to content

Commit

Permalink
bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Jaworski committed Jan 6, 2018
1 parent 2b4a817 commit a86219b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graceful/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
It is inspired by Django REST Framework package. Mostly by how object
serialization is done but more emphasis is put on API to be self-descriptive.
"""
VERSION = (0, 5, 0) # PEP 386 # noqa
VERSION = (0, 6, 0) # PEP 386 # noqa
__version__ = ".".join([str(x) for x in VERSION]) # noqa

0 comments on commit a86219b

Please sign in to comment.