Skip to content

Commit 605dede

Browse files
committed
FIX: missing requirments file
1 parent 841dfba commit 605dede

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include MANIFEST.in
22
include .coveragerc
33
include *.md
4-
recursive-include requirements *.txt
4+
include requirements.txt
55
recursive-include PyFin *.csv
66
recursive-include PyFin *.pyx
77
recursive-include PyFin *.pxd

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.3"
26+
__version__ = "0.9.4"

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.3"
28+
VERSION = "0.9.4"
2929
DESCRIPTION = "PyFin " + VERSION
3030
AUTHOR = "cheng li"
3131
AUTHOR_EMAIL = "[email protected]"

0 commit comments

Comments
 (0)