From d7c5ebb00a2b81273986e73a39cdfa4feaa5311b Mon Sep 17 00:00:00 2001 From: ddedik Date: Mon, 23 Apr 2018 17:50:47 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.0.1?= 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 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