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.
2 parents ec88cc9 + 91e459c commit b409536Copy full SHA for b409536
setup.py
@@ -223,7 +223,7 @@ def finalize_options(self):
223
'''
224
225
setup(name="symengine",
226
- version="0.3.0.rc0",
+ version="0.3.0",
227
description="Python library providing wrappers to SymEngine",
228
setup_requires=['cython>=0.19.1'],
229
long_description=long_description,
symengine/__init__.py
@@ -33,7 +33,7 @@ def f(*inner_args):
33
return f
34
35
36
-__version__ = "0.3.0.rc0"
+__version__ = "0.3.0"
37
38
39
def test():
0 commit comments