We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4877ed9 commit 5fe0700Copy full SHA for 5fe0700
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.7-dev0
+current_version = 0.1.7
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.7",
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.7"
0 commit comments