Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
drager committed Oct 8, 2016
1 parent 8c42c4d commit 5ad983e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simpleblog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION = (0, 1, 0)
VERSION = (0, 2, 0)

def get_version():
"""Return the Django Simple Blog version as a string."""
return '.'.join(map(str, VERSION))
return '.'.join(map(str, VERSION))

0 comments on commit 5ad983e

Please sign in to comment.