diff --git a/README.rst b/README.rst index c96f7ef..a708ee9 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.2.2. Please check out our `tutorial and documentation `__. +The latest stable version is 1.2.3. Please check out our `tutorial and documentation `__. Installation ============ diff --git a/expan/core/version.py b/expan/core/version.py index f0e7923..9c80360 100644 --- a/expan/core/version.py +++ b/expan/core/version.py @@ -1,6 +1,6 @@ import subprocess -__version__ = "1.2.2" +__version__ = "1.2.3" def version_numbers(): diff --git a/setup.cfg b/setup.cfg index bc816b6..ce465c8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.2 +current_version = 1.2.3 commit = True tag = True