There was an error while loading. Please reload this page.
1 parent 95e7a4d commit 70e61e7Copy full SHA for 70e61e7
pyproject.toml
@@ -20,7 +20,7 @@ readme = 'docs/README.md'
20
authors = [
21
{ name = 'Kael Zhang', email='i+pypi@kael.me' }
22
]
23
-license = {file = 'LICENSE'}
+license-files = ['LICENSE']
24
requires-python = '>=3.9'
25
dependencies = [
26
"numpy",
@@ -38,8 +38,7 @@ classifiers=[
38
'Intended Audience :: Financial and Insurance Industry',
39
'Operating System :: OS Independent',
40
'Development Status :: 4 - Beta',
41
- 'Topic :: Utilities',
42
- 'License :: OSI Approved :: MIT License'
+ 'Topic :: Utilities'
43
44
45
[project.urls]
stock_pandas/__init__.py
@@ -20,4 +20,4 @@
cumulators
)
-__version__ = '2.0.0'
+__version__ = '2.0.1'
0 commit comments