diff --git a/anwa/__init__.py b/anwa/__init__.py index 788da1f..fe404ae 100644 --- a/anwa/__init__.py +++ b/anwa/__init__.py @@ -1 +1 @@ -__version__ = "0.2.4" +__version__ = "0.2.5" diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 760d360..f190d6f 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,10 +1,10 @@ package: name: anwa - version: "0.2.4" + version: "0.2.5" source: # this is used for build from git hub - git_rev: 0.2.4 + git_rev: 0.2.5 git_url: https://github.com/mjirik/anwa.git # this is used for pypi diff --git a/setup.cfg b/setup.cfg index cc02038..836502f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.4 +current_version = 0.2.5 files = setup.py conda-recipe/meta.yaml anwa/__init__.py commit = True tag = True diff --git a/setup.py b/setup.py index e3ee50b..040dd9e 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.2.4', + version='0.2.5', url='https://github.com/mjirik/anwa', author='Miroslav Jirik', author_email='miroslav.jirik@gmail.com',