From b398b5f073a69ac5efb27642fdf4fcd63b51b0bf Mon Sep 17 00:00:00 2001 From: Shan Huang Date: Fri, 12 Jan 2018 19:52:38 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.8=20=E2=86=92=200.6.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 2 +- expan/core/version.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 8b96d2b..26e681d 100644 --- a/README.rst +++ b/README.rst @@ -107,7 +107,7 @@ Some mock-up data: Documentation ============= -The latest stable version is 0.6.8. +The latest stable version is 0.6.9. `ExpAn main documentation `__ diff --git a/expan/core/version.py b/expan/core/version.py index 85beda6..7020bf6 100644 --- a/expan/core/version.py +++ b/expan/core/version.py @@ -1,6 +1,6 @@ import subprocess -__version__ = "0.6.8" +__version__ = "0.6.9" def version_numbers(): return [int(x) for x in __version__.split('.')] diff --git a/setup.cfg b/setup.cfg index 5856326..9ca2206 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.8 +current_version = 0.6.9 commit = True tag = True