Skip to content

Commit ca35d48

Browse files
committed
pkg name corrected
1 parent b88a8c8 commit ca35d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ def read(fname):
66
return open(os.path.join(os.path.dirname(__file__), fname)).read()
77

88

9-
setup(name='fracdiff',
10-
version='0.3.0',
9+
setup(name='numpy-fracdiff',
10+
version='0.3.1',
1111
description='Fractional Difference for Time Series',
1212
long_description=read('README.md'),
1313
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)