diff --git a/README.rst b/README.rst index 00a8dac..8822ddb 100644 --- a/README.rst +++ b/README.rst @@ -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 `__. +The latest stable version is 1.0.1. Please check out our `tutorial and documentation `__. Installation ============ diff --git a/expan/core/version.py b/expan/core/version.py index 07dc21d..12ef2d0 100644 --- a/expan/core/version.py +++ b/expan/core/version.py @@ -1,6 +1,6 @@ import subprocess -__version__ = "1.0.0" +__version__ = "1.0.1" def version_numbers(): diff --git a/setup.cfg b/setup.cfg index dce76db..bbb47f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 commit = True tag = True