Skip to content

Commit

Permalink
Merge pull request #346 from isuruf/post3
Browse files Browse the repository at this point in the history
bump to v0.7.0.post3
  • Loading branch information
isuruf authored Mar 20, 2021
2 parents de2e733 + f738e31 commit 04ae3b1
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.7.0.post2",
version="0.7.0.post3",
description="Python library providing wrappers to SymEngine",
setup_requires=['cython>=0.19.1'],
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 @@ -55,7 +55,7 @@ def lambdify(args, exprs, **kwargs):
return Lambdify(args, *exprs, **kwargs)


__version__ = "0.7.0.post2"
__version__ = "0.7.0.post3"


# To not expose internals
Expand Down

0 comments on commit 04ae3b1

Please sign in to comment.