Skip to content

Commit 8bbce59

Browse files
committed
Change version to 0.3.1.dev0
1 parent 5496ffc commit 8bbce59

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.3.0",
226+
version="0.3.1.dev0",
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
@@ -28,7 +28,7 @@ def lambdify(args, exprs, **kwargs):
2828
return Lambdify(args, *exprs, **kwargs)
2929

3030

31-
__version__ = "0.3.0"
31+
__version__ = "0.3.1.dev0"
3232

3333

3434
def test():

0 commit comments

Comments
 (0)