Skip to content

Commit

Permalink
Rolling to next version
Browse files Browse the repository at this point in the history
  • Loading branch information
apprises committed Jun 12, 2020
1 parent e151182 commit a800f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apprisetransactions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "apprisetransactions"
__version__ = "0.0.1"
__version__ = "0.0.2"
__license__ = "MIT"
__status__ = "Production"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="apprise-transactions",
version="0.0.1",
version="0.0.2",
packages=find_packages(),
include_package_data=True,
long_description=open("README.md").readlines(),
Expand Down

0 comments on commit a800f3d

Please sign in to comment.