Skip to content

Commit

Permalink
Update version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Mar 7, 2022
1 parent 8ed401b commit adee9c4
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 @@ -216,7 +216,7 @@ def finalize_options(self):
'''

setup(name="symengine",
version="0.9.0",
version="0.9.2",
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 @@ -57,7 +57,7 @@ def lambdify(args, exprs, **kwargs):
return Lambdify(args, *exprs, **kwargs)


__version__ = "0.9.0"
__version__ = "0.9.2"


# To not expose internals
Expand Down

0 comments on commit adee9c4

Please sign in to comment.