From be1206c328dad7bec2aeba060945505c7868162e Mon Sep 17 00:00:00 2001 From: Miroslav Jirik Date: Thu, 3 Oct 2019 16:50:41 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.3=20=E2=86=92=200.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anwa/__init__.py | 2 +- conda-recipe/meta.yaml | 4 ++-- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anwa/__init__.py b/anwa/__init__.py index ae73625..bbab024 100644 --- a/anwa/__init__.py +++ b/anwa/__init__.py @@ -1 +1 @@ -__version__ = "0.1.3" +__version__ = "0.1.4" diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 665fedb..a726b48 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,10 +1,10 @@ package: name: anwa - version: "0.1.3" + version: "0.1.4" source: # this is used for build from git hub - git_rev: 0.1.3 + git_rev: 0.1.4 git_url: https://github.com/mjirik/anwa.git # this is used for pypi diff --git a/setup.cfg b/setup.cfg index a0bf668..041d7cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.1.4 files = setup.py conda-recipe/meta.yaml anwa/__init__.py commit = True tag = True diff --git a/setup.py b/setup.py index 31c78da..1377b76 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # http://packaging.python.org/en/latest/tutorial.html#version - version='0.1.3', + version='0.1.4', url='https://github.com/mjirik/anwa', author='Miroslav Jirik', author_email='miroslav.jirik@gmail.com',