Skip to content

Commit

Permalink
Upgrading version to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgranda authored and viiru- committed Apr 3, 2017
1 parent 033c4bc commit a83e24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytrainer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Based in Django's approach -> http://code.djangoproject.com/svn/django/trunk/django/__init__.py
VERSION = (1, 10, 1, 'dev')
# Based on Django's approach -> http://code.djangoproject.com/svn/django/trunk/django/__init__.py
VERSION = (1, 11, 0, 'dev')
#VERSION = (1, 11, 0, 'final')

def get_version(version=None):
Expand Down

0 comments on commit a83e24e

Please sign in to comment.