From b37208c568ab3e9fcb85002063a35876acc90a47 Mon Sep 17 00:00:00 2001 From: Miroslav Jirik Date: Thu, 3 Oct 2019 11:56:49 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.1=20=E2=86=92=200.1.2?= 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 485f44a..b3f4756 100644 --- a/anwa/__init__.py +++ b/anwa/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 3e1edad..e58b808 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,10 +1,10 @@ package: name: anwa - version: "0.1.1" + version: "0.1.2" source: # this is used for build from git hub - git_rev: 0.1.1 + git_rev: 0.1.2 git_url: https://github.com/mjirik/anwa.git # this is used for pypi diff --git a/setup.cfg b/setup.cfg index 52811e6..422d216 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 files = setup.py conda-recipe/meta.yaml anwa/__init__.py commit = True tag = True diff --git a/setup.py b/setup.py index 0540fb7..6754058 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.1', + version='0.1.2', url='https://github.com/mjirik/anwa', author='Miroslav Jirik', author_email='miroslav.jirik@gmail.com',