Skip to content

Commit

Permalink
Update version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Sep 9, 2021
1 parent 8808166 commit d0db511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def finalize_options(self):
'''

setup(name="symengine",
version="0.8.0",
version="0.8.1",
description="Python library providing wrappers to SymEngine",
setup_requires=['cython>=0.29.24'],
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion symengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def lambdify(args, exprs, **kwargs):
return Lambdify(args, *exprs, **kwargs)


__version__ = "0.8.0"
__version__ = "0.8.1"


# To not expose internals
Expand Down

0 comments on commit d0db511

Please sign in to comment.