Skip to content

Commit

Permalink
Update v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Feb 11, 2020
1 parent a25ccb4 commit 7d3c778
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def finalize_options(self):
'''

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


__version__ = "0.5.1"
__version__ = "0.6.0"


def test():
Expand Down
2 changes: 1 addition & 1 deletion symengine_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fc05f8d55915c2de956e7797d764eb1116b61711
v0.6.0

0 comments on commit 7d3c778

Please sign in to comment.