We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18eda05 commit 111545fCopy full SHA for 111545f
setup.py
@@ -25,7 +25,7 @@ def package_description():
25
26
setup(
27
name='finsim',
28
- version="0.9.3a1",
+ version="0.10.0a1",
29
description="Financial simulation and inference",
30
long_description=package_description(),
31
long_description_content_type='text/markdown',
@@ -36,6 +36,7 @@ def package_description():
36
"Programming Language :: Python :: 3.8",
37
"Programming Language :: Python :: 3.9",
38
"Programming Language :: Python :: 3.10",
39
+ "Programming Language :: Python :: 3.11",
40
"Programming Language :: Cython",
41
"Programming Language :: C",
42
"Intended Audience :: Science/Research",
0 commit comments