From 6b25612cc69a463c39c47f273875c62866163499 Mon Sep 17 00:00:00 2001 From: Grigory Bordyugov Date: Wed, 26 Jul 2017 16:08:03 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.3=20=E2=86=92=200.6.0?= 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 2c12d32..5b6544d 100644 --- a/README.rst +++ b/README.rst @@ -77,7 +77,7 @@ Some mock-up data: Documentation ============= -The latest stable version is 0.5.3. +The latest stable version is 0.6.0. `ExpAn main documentation `__ diff --git a/expan/core/version.py b/expan/core/version.py index 159b2af..ecb68a7 100644 --- a/expan/core/version.py +++ b/expan/core/version.py @@ -1,6 +1,6 @@ import subprocess -__version__ = "0.5.3" +__version__ = "0.6.0" def version_numbers(): return [int(x) for x in __version__.split('.')] diff --git a/setup.cfg b/setup.cfg index db934c7..82eaa46 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.3 +current_version = 0.6.0 commit = True tag = True