Skip to content

Commit

Permalink
Bump version: 0.6.9 → 0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
shansfolder committed Jan 12, 2018
1 parent 8055829 commit 17aa479
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 @@ -107,7 +107,7 @@ Some mock-up data:
Documentation
=============

The latest stable version is 0.6.9.
The latest stable version is 0.6.10.

`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.6.9"
__version__ = "0.6.10"

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.6.9
current_version = 0.6.10
commit = True
tag = True

Expand Down

0 comments on commit 17aa479

Please sign in to comment.