Skip to content

Commit

Permalink
Bump version: 0.5.3 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbordyugov committed Jul 26, 2017
1 parent c6e39e5 commit 6b25612
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -77,7 +77,7 @@ Some mock-up data:
Documentation
=============

The latest stable version is 0.5.3.
The latest stable version is 0.6.0.

`ExpAn main documentation <http://expan.readthedocs.io/>`__

Expand Down
2 changes: 1 addition & 1 deletion expan/core/version.py
@@ -1,6 +1,6 @@
import subprocess

__version__ = "0.5.3"
__version__ = "0.6.0"

def version_numbers():
return [int(x) for x in __version__.split('.')]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.3
current_version = 0.6.0
commit = True
tag = True

Expand Down

0 comments on commit 6b25612

Please sign in to comment.