Skip to content

Commit

Permalink
Merge branch 'release/v0.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
MischaPanch committed Oct 26, 2021
2 parents 9723049 + 53905d0 commit 70c3d11
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.3
current_version = 0.1.4
commit = False
tag = False
allow_dirty = False
Expand Down
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
numpy>=1.21.2
scikit-learn~=0.23.1
numpy~=1.20.0
scikit-learn~1.0
matplotlib~=3.2.1
scipy~=1.4
netcal~=1.0
scipy==1.7.1
scipy~=1.7.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
license="MIT",
url="https://github.com/appliedAI-Initiative/kyle",
include_package_data=True,
version="0.1.3",
version="0.1.4",
description="appliedAI classifier calibration library",
install_requires=open("requirements.txt").readlines(),
setup_requires=["wheel"],
Expand Down
2 changes: 1 addition & 1 deletion src/kyle/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.3"
__version__ = "0.1.4"

0 comments on commit 70c3d11

Please sign in to comment.