Skip to content

Commit 1a8e604

Browse files
committed
Bump version to 0.6.1
1 parent 1ab7e36 commit 1a8e604

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.6.0",
226+
version="0.6.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
@@ -35,7 +35,7 @@ def lambdify(args, exprs, **kwargs):
3535
return Lambdify(args, *exprs, **kwargs)
3636

3737

38-
__version__ = "0.6.0"
38+
__version__ = "0.6.1"
3939

4040

4141
def test():

0 commit comments

Comments
 (0)