Skip to content

Commit

Permalink
bump version to 0.7.3 to release a bug in calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
wegamekinglc committed Jul 21, 2019
1 parent 798ed20 commit 1b82940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PyFin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
'Analysis',
'Utilities']

__version__ = "0.7.2"
__version__ = "0.7.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

PACKAGE = "PyFin"
NAME = "Finance-Python"
VERSION = "0.7.2"
VERSION = "0.7.3"
DESCRIPTION = "PyFin " + VERSION
AUTHOR = "cheng li"
AUTHOR_EMAIL = "[email protected]"
Expand Down

0 comments on commit 1b82940

Please sign in to comment.