Skip to content

Commit

Permalink
Bump version: 1.2.0 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo committed Aug 2, 2022
1 parent 2111967 commit 3673d1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ebm2onnx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = """Romain Picard"""
__email__ = 'romain.picard@softathome.com'
__version__ = '1.2.0'
__version__ = '1.3.0'

from .convert import to_onnx, get_dtype_from_pandas
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.3.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
name='ebm2onnx',
packages=find_packages(include=['ebm2onnx']),
url='https://github.com/interpretml/ebm2onnx.git',
version='1.2.0',
version='1.3.0',
zip_safe=True,
)

0 comments on commit 3673d1f

Please sign in to comment.