Skip to content

Commit 33b4970

Browse files
committed
bump version to 0.10.0
1 parent 03bc253 commit 33b4970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def finalize_options(self):
218218
'''
219219

220220
setup(name="symengine",
221-
version="0.9.2",
221+
version="0.10.0",
222222
description="Python library providing wrappers to SymEngine",
223223
setup_requires=['cython>=0.29.24'],
224224
long_description=long_description,

symengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def __getattr__(name):
6161
raise AttributeError("Cannot import numpy, which is required for `lambdify` to work")
6262
raise AttributeError(f"module 'symengine' has no attribute '{name}'")
6363

64-
__version__ = "0.9.2"
64+
__version__ = "0.10.0"
6565

6666

6767
# To not expose internals

0 commit comments

Comments
 (0)