Skip to content

Commit

Permalink
version number bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 committed Sep 19, 2018
1 parent d30f48c commit 70b7ed7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1.5'
version = '1.1.7'
# The full version, including alpha/beta/rc tags.
release = '1.1.5'
release = '1.1.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pylj/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def __version__(): # pragma: no cover
"""This will print the number of the pylj version currently in use."""
major = 1
minor = 1
micro = 6
micro = 7
print('pylj-{:d}.{:d}.{:d}'.format(major, minor, micro))


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# versioning
MAJOR = 1
MINOR = 1
MICRO = 6
MICRO = 7
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 70b7ed7

Please sign in to comment.