Skip to content

Commit

Permalink
Bump version from 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anirbanroydas committed Apr 10, 2017
1 parent a8d2f33 commit 91f01ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.0'
version = u'1.1'
# The full version, including alpha/beta/rc tags.
release = u'1.0.0'
release = u'1.1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

NAME = "uberNow"

VERSION = '1.0'
VERSION = '1.1.0'


PACKAGES = ["uberNow", "uberNow.apps", "uberNow.apps.main", "uberNow.apps.custom"]
Expand Down

0 comments on commit 91f01ab

Please sign in to comment.