We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88a8c8 commit ca35d48Copy full SHA for ca35d48
setup.py
@@ -6,8 +6,8 @@ def read(fname):
6
return open(os.path.join(os.path.dirname(__file__), fname)).read()
7
8
9
-setup(name='fracdiff',
10
- version='0.3.0',
+setup(name='numpy-fracdiff',
+ version='0.3.1',
11
description='Fractional Difference for Time Series',
12
long_description=read('README.md'),
13
long_description_content_type='text/markdown',
0 commit comments