Skip to content

Commit d2de82c

Browse files
committed
bump version to 0.6.4
1 parent 2fb786e commit d2de82c

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.6.3"
26+
__version__ = "0.6.4"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
PACKAGE = "PyFin"
2525
NAME = "Finance-Python"
26-
VERSION = "0.6.3"
26+
VERSION = "0.6.4"
2727
DESCRIPTION = "PyFin " + VERSION
2828
AUTHOR = "cheng li"
2929
AUTHOR_EMAIL = "[email protected]"

0 commit comments

Comments
 (0)