Skip to content

Commit

Permalink
Merge pull request #344 from isuruf/0.7.0.post1
Browse files Browse the repository at this point in the history
Release 0.7.0.post1
  • Loading branch information
isuruf authored Mar 15, 2021
2 parents 22d3d93 + ad210e3 commit 29c8ea1
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",
version="0.7.0.post1",
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"
__version__ = "0.7.0.post1"


# To not expose internals
Expand Down

0 comments on commit 29c8ea1

Please sign in to comment.