Skip to content

Commit

Permalink
Bump version: 0.6.12 → 0.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
shansfolder committed Mar 15, 2018
1 parent 8816fc0 commit 993a8cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Some mock-up data:
Documentation
=============

The latest stable version is 0.6.12.
The latest stable version is 0.6.13.

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

Expand Down
2 changes: 1 addition & 1 deletion expan/core/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import subprocess

__version__ = "0.6.12"
__version__ = "0.6.13"

def version_numbers():
return [int(x) for x in __version__.split('.')]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.12
current_version = 0.6.13
commit = True
tag = True

Expand Down

0 comments on commit 993a8cc

Please sign in to comment.