Skip to content

Commit d0e07c8

Browse files
committed
hotfix float type
1 parent e6d178c commit d0e07c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

intvalpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .nonlinear import *
44
from .models import *
55

6-
__version__ = '1.6.3(0)'
6+
__version__ = '1.6.4'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='intvalpy',
20-
version='1.6.3(0)',
20+
version='1.6.4',
2121
description='IntvalPy - a Python interval computation library',
2222
long_description=README,
2323
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)