We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2111967 commit 3673d1fCopy full SHA for 3673d1f
ebm2onnx/__init__.py
@@ -2,6 +2,6 @@
2
3
__author__ = """Romain Picard"""
4
__email__ = 'romain.picard@softathome.com'
5
-__version__ = '1.2.0'
+__version__ = '1.3.0'
6
7
from .convert import to_onnx, get_dtype_from_pandas
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 1.2.0
+current_version = 1.3.0
commit = True
tag = True
setup.py
@@ -36,6 +36,6 @@
36
name='ebm2onnx',
37
packages=find_packages(include=['ebm2onnx']),
38
url='https://github.com/interpretml/ebm2onnx.git',
39
- version='1.2.0',
+ version='1.3.0',
40
zip_safe=True,
41
)
0 commit comments