Skip to content

Commit

Permalink
Updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Aug 5, 2016
1 parent 528305b commit 7f04a4b
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 @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.0.4'
version = u'0.0.5'
# The full version, including alpha/beta/rc tags.
release = u'0.0.4'
release = u'0.0.5'

# 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 @@ -2,7 +2,7 @@
import os

# version
version = '0.0.4'
version = '0.0.5'

# parse requirements.txt
install_requires = [line.rstrip() for line in open('requirements.txt')]
Expand Down

0 comments on commit 7f04a4b

Please sign in to comment.