Skip to content

Commit 111545f

Browse files
committed
updated version number
1 parent 18eda05 commit 111545f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def package_description():
2525

2626
setup(
2727
name='finsim',
28-
version="0.9.3a1",
28+
version="0.10.0a1",
2929
description="Financial simulation and inference",
3030
long_description=package_description(),
3131
long_description_content_type='text/markdown',
@@ -36,6 +36,7 @@ def package_description():
3636
"Programming Language :: Python :: 3.8",
3737
"Programming Language :: Python :: 3.9",
3838
"Programming Language :: Python :: 3.10",
39+
"Programming Language :: Python :: 3.11",
3940
"Programming Language :: Cython",
4041
"Programming Language :: C",
4142
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)