We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb786e commit d2de82cCopy full SHA for d2de82c
PyFin/__init__.py
@@ -23,4 +23,4 @@
23
'Analysis',
24
'Utilities']
25
26
-__version__ = "0.6.3"
+__version__ = "0.6.4"
setup.py
@@ -23,7 +23,7 @@
PACKAGE = "PyFin"
NAME = "Finance-Python"
-VERSION = "0.6.3"
+VERSION = "0.6.4"
27
DESCRIPTION = "PyFin " + VERSION
28
AUTHOR = "cheng li"
29
AUTHOR_EMAIL = "[email protected]"
0 commit comments