Skip to content

Commit a924eef

Browse files
committed
bump to 0.14.1
1 parent 3941bde commit a924eef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def finalize_options(self):
222222
'''
223223

224224
setup(name="symengine",
225-
version="0.14.0",
225+
version="0.14.1",
226226
description="Python library providing wrappers to SymEngine",
227227
setup_requires=['cython>=0.29.24', 'setuptools'],
228228
long_description=long_description,

symengine/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def __getattr__(name):
6363
raise AttributeError(f"module 'symengine' has no attribute '{name}'")
6464

6565

66-
__version__ = "0.14.0"
66+
__version__ = "0.14.1"
6767

6868

6969
# To not expose internals

0 commit comments

Comments
 (0)