Skip to content

Commit c756fd4

Browse files
committed
bump version to 0.9.9
1 parent a82eea9 commit c756fd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PyFin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
'Analysis',
2424
'Utilities']
2525

26-
__version__ = "0.9.8"
26+
__version__ = "0.9.9"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
PACKAGE = "PyFin"
2727
NAME = "Finance-Python"
28-
__version__ = "0.9.8"
28+
__version__ = "0.9.9"
2929
DESCRIPTION = "PyFin " + __version__
3030
AUTHOR = "cheng li"
3131
AUTHOR_EMAIL = "[email protected]"

0 commit comments

Comments
 (0)