Skip to content

Commit

Permalink
Bump version: 1.1.1 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo committed Oct 8, 2021
1 parent a3241a6 commit 83e2e00
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__ = '[email protected]'
__version__ = '1.1.1'
__version__ = '1.2.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.1.1
current_version = 1.2.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.1.1',
version='1.2.0',
zip_safe=True,
)

0 comments on commit 83e2e00

Please sign in to comment.