Skip to content

Commit

Permalink
Merge branch 'release/v0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
MischaPanch committed Jun 23, 2021
2 parents a4320f0 + 8452f29 commit b443b5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
current_version = 0.1.1
commit = False
tag = False
allow_dirty = False
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
]

setup(
name="kyle",
name="kyle-calibration",
package_dir={"": "src"},
packages=find_packages(where="src"),
python_requires=">=3.8",
license="MIT",
url="https://github.com/appliedAI-Initiative/kyle",
include_package_data=True,
version="0.1.0",
version="0.1.1",
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"
__version__ = "0.1.1"

0 comments on commit b443b5a

Please sign in to comment.