diff --git a/README.rst b/README.rst index 26e681d..8992d6d 100644 --- a/README.rst +++ b/README.rst @@ -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 `__ diff --git a/expan/core/version.py b/expan/core/version.py index 7020bf6..cd704d9 100644 --- a/expan/core/version.py +++ b/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('.')] diff --git a/setup.cfg b/setup.cfg index 9ca2206..3d3bc86 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.9 +current_version = 0.6.10 commit = True tag = True