Skip to content

Commit 5158ffa

Browse files
committed
Update version to 0.5.1
1 parent b66d86c commit 5158ffa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def finalize_options(self):
223223
'''
224224

225225
setup(name="symengine",
226-
version="0.5.0",
226+
version="0.5.1",
227227
description="Python library providing wrappers to SymEngine",
228228
setup_requires=['cython>=0.19.1'],
229229
long_description=long_description,

symengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def lambdify(args, exprs, **kwargs):
3434
return Lambdify(args, *exprs, **kwargs)
3535

3636

37-
__version__ = "0.4.0"
37+
__version__ = "0.5.1"
3838

3939

4040
def test():

0 commit comments

Comments
 (0)