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 e9f57bc commit e6d178cCopy full SHA for e6d178c
intvalpy/__init__.py
@@ -3,4 +3,4 @@
3
from .nonlinear import *
4
from .models import *
5
6
-__version__ = '1.6.3(a)'
+__version__ = '1.6.3(0)'
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name='intvalpy',
20
- version='1.6.3(a)',
+ version='1.6.3(0)',
21
description='IntvalPy - a Python interval computation library',
22
long_description=README,
23
long_description_content_type='text/markdown',
0 commit comments