Skip to content

Commit 6875380

Browse files
committed
update version
1 parent ef42704 commit 6875380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PyFin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
'Analysis',
2424
'Utilities']
2525

26-
__version__ = "0.9.7"
26+
__version__ = "0.9.8"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

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

0 commit comments

Comments
 (0)