We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4877ed9 + 923a6e9 commit 067e08dCopy full SHA for 067e08d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.7-dev0
+current_version = 0.1.8-dev0
3
commit = False
4
tag = False
5
allow_dirty = False
setup.py
@@ -15,7 +15,7 @@
15
license="MIT",
16
url="https://github.com/appliedAI-Initiative/kyle",
17
include_package_data=True,
18
- version="0.1.7-dev0",
+ version="0.1.8-dev0",
19
description="appliedAI classifier calibration library",
20
install_requires=open("requirements.txt").readlines(),
21
setup_requires=["wheel"],
src/kyle/__init__.py
@@ -1 +1 @@
-__version__ = "0.1.7-dev0"
+__version__ = "0.1.8-dev0"
0 commit comments