Skip to content

Commit d0db511

Browse files
committed
Update version to 0.8.1
1 parent 8808166 commit d0db511

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
@@ -214,7 +214,7 @@ def finalize_options(self):
214214
'''
215215

216216
setup(name="symengine",
217-
version="0.8.0",
217+
version="0.8.1",
218218
description="Python library providing wrappers to SymEngine",
219219
setup_requires=['cython>=0.29.24'],
220220
long_description=long_description,

symengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def lambdify(args, exprs, **kwargs):
5656
return Lambdify(args, *exprs, **kwargs)
5757

5858

59-
__version__ = "0.8.0"
59+
__version__ = "0.8.1"
6060

6161

6262
# To not expose internals

0 commit comments

Comments
 (0)