Skip to content

Commit ff01ddc

Browse files
committed
Bump version to 0.2.1.dev
1 parent d573252 commit ff01ddc

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
@@ -188,7 +188,7 @@ def run(self):
188188
integration with SymPy and Sage.'''
189189

190190
setup(name = "symengine",
191-
version="0.2.0",
191+
version="0.2.1.dev",
192192
description = "Python library providing wrappers to SymEngine",
193193
setup_requires = ['cython>=0.19.1'],
194194
long_description = long_description,

symengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
if have_mpc:
1515
from .lib.symengine_wrapper import ComplexMPC
1616

17-
__version__ = "0.1.0.dev"
17+
__version__ = "0.2.1.dev"
1818

1919
def test():
2020
import pytest, os

0 commit comments

Comments
 (0)