Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed Oct 4, 2019
1 parent 9c5b490 commit 3f9b64e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion anwa/__init__.py
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.2.1"
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
@@ -1,10 +1,10 @@
package:
name: anwa
version: "0.2.0"
version: "0.2.1"

source:
# this is used for build from git hub
git_rev: 0.2.0
git_rev: 0.2.1
git_url: https://github.com/mjirik/anwa.git

# this is used for pypi
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
files = setup.py conda-recipe/meta.yaml anwa/__init__.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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.0',
version='0.2.1',
url='https://github.com/mjirik/anwa',
author='Miroslav Jirik',
author_email='miroslav.jirik@gmail.com',
Expand Down

0 comments on commit 3f9b64e

Please sign in to comment.