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 03bc253 commit 33b4970Copy full SHA for 33b4970
setup.py
@@ -218,7 +218,7 @@ def finalize_options(self):
218
'''
219
220
setup(name="symengine",
221
- version="0.9.2",
+ version="0.10.0",
222
description="Python library providing wrappers to SymEngine",
223
setup_requires=['cython>=0.29.24'],
224
long_description=long_description,
symengine/__init__.py
@@ -61,7 +61,7 @@ def __getattr__(name):
61
raise AttributeError("Cannot import numpy, which is required for `lambdify` to work")
62
raise AttributeError(f"module 'symengine' has no attribute '{name}'")
63
64
-__version__ = "0.9.2"
+__version__ = "0.10.0"
65
66
67
# To not expose internals
0 commit comments