Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daryadedik committed Apr 23, 2018
1 parent bd641ab commit d7c5ebb
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 @@ -45,7 +45,7 @@ imported and used from within other projects and from the command line.
Documentation
=============

The latest stable version is 1.0.0. Please check out our `tutorial and documentation <http://expan.readthedocs.io/>`__.
The latest stable version is 1.0.1. Please check out our `tutorial and documentation <http://expan.readthedocs.io/>`__.

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

__version__ = "1.0.0"
__version__ = "1.0.1"


def version_numbers():
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = True

Expand Down

0 comments on commit d7c5ebb

Please sign in to comment.