Skip to content

Commit

Permalink
Bump version: 0.1.0-dev3 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MischaPanch committed Jun 23, 2021
1 parent 0c97044 commit 2e9c2c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0-dev3
current_version = 0.1.0
commit = False
tag = False
allow_dirty = False
Expand Down
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.0-dev3",
version="0.1.0",
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.0-dev3"
__version__ = "0.1.0"

0 comments on commit 2e9c2c4

Please sign in to comment.