We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d573252 commit ff01ddcCopy full SHA for ff01ddc
setup.py
@@ -188,7 +188,7 @@ def run(self):
188
integration with SymPy and Sage.'''
189
190
setup(name = "symengine",
191
- version="0.2.0",
+ version="0.2.1.dev",
192
description = "Python library providing wrappers to SymEngine",
193
setup_requires = ['cython>=0.19.1'],
194
long_description = long_description,
symengine/__init__.py
@@ -14,7 +14,7 @@
14
if have_mpc:
15
from .lib.symengine_wrapper import ComplexMPC
16
17
-__version__ = "0.1.0.dev"
+__version__ = "0.2.1.dev"
18
19
def test():
20
import pytest, os
0 commit comments