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
jvfe committed May 31, 2021
1 parent f566304 commit 6de3600
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion reconciler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
name = "reconciler"
__author__ = """João Vitor F. Cavalcante"""
__email__ = "[email protected]"
__version__ = "0.2.0"
__version__ = "0.2.1"

from reconciler.main import reconcile
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
commit = True
tag = True

Expand All @@ -16,4 +16,3 @@ universal = 1

[aliases]
test = pytest

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"Documentation": "https://jvfe.github.io/reconciler/",
"Source Code": "https://github.com/jvfe/reconciler",
},
version="0.2.0",
version="0.2.1",
zip_safe=False,
)

0 comments on commit 6de3600

Please sign in to comment.