Skip to content

Commit b409536

Browse files
authored
Merge pull request #169 from isuruf/update
Update to 0.3.0
2 parents ec88cc9 + 91e459c commit b409536

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.rc0",
226+
version="0.3.0",
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
@@ -33,7 +33,7 @@ def f(*inner_args):
3333
return f
3434

3535

36-
__version__ = "0.3.0.rc0"
36+
__version__ = "0.3.0"
3737

3838

3939
def test():

0 commit comments

Comments
 (0)