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 0a3e0af commit 320c984Copy full SHA for 320c984
setup.py
@@ -222,7 +222,7 @@ def finalize_options(self):
222
'''
223
224
setup(name="symengine",
225
- version="0.13.0",
+ version="0.14.0",
226
description="Python library providing wrappers to SymEngine",
227
setup_requires=['cython>=0.29.24'],
228
long_description=long_description,
symengine/__init__.py
@@ -63,7 +63,7 @@ def __getattr__(name):
63
raise AttributeError(f"module 'symengine' has no attribute '{name}'")
64
65
66
-__version__ = "0.13.0"
+__version__ = "0.14.0"
67
68
69
# To not expose internals
0 commit comments