Skip to content

Commit 3673d1f

Browse files
committed
Bump version: 1.2.0 → 1.3.0
1 parent 2111967 commit 3673d1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ebm2onnx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
__author__ = """Romain Picard"""
44
__email__ = 'romain.picard@softathome.com'
5-
__version__ = '1.2.0'
5+
__version__ = '1.3.0'
66

77
from .convert import to_onnx, get_dtype_from_pandas

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.0
2+
current_version = 1.3.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
name='ebm2onnx',
3737
packages=find_packages(include=['ebm2onnx']),
3838
url='https://github.com/interpretml/ebm2onnx.git',
39-
version='1.2.0',
39+
version='1.3.0',
4040
zip_safe=True,
4141
)

0 commit comments

Comments
 (0)