Skip to content

Commit

Permalink
Bump for release of 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moggers87 committed Jun 12, 2018
1 parent 96e44b6 commit 174ffe8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# The short X.Y version.
version = '3.0'
# The full version, including alpha/beta/rc tags.
release = '3.0.0'
release = '3.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion salmon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import print_function, unicode_literals

__version__ = "3.0.0"
__version__ = "3.0.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'author': 'Zed A. Shaw',
'maintainer': 'Matt Molyneaux',
'maintainer_email': 'moggers87+git@moggers87.co.uk',
'version': '3.0.0',
'version': '3.0.1',
'install_requires': install_requires,
'tests_require': test_requires,
'setup_requires': ['nose'],
Expand Down

0 comments on commit 174ffe8

Please sign in to comment.