Skip to content

Commit

Permalink
Bump version: 0.2.1 → 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmosgenius committed Oct 19, 2020
1 parent 11397e5 commit 3a0e3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[bumpversion]
current_version = 0.2.1
current_version = 0.2.2
commit = True
tag = True

[bdist_wheel]
universal = 1

[bumpversion:file:setup.py]

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages


__VERSION__ = '0.2.1'
__VERSION__ = '0.2.2'


setup(
Expand Down

0 comments on commit 3a0e3df

Please sign in to comment.