Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Sep 13, 2021
1 parent 343d8ba commit 9defa17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.1 - 2021-09-14

* 0.1.0 was taken during registration, use this as the initial release instead

## 0.1.0 - 2021-09-14

Initial release
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def run(self) -> None:

setup(
name="krb5",
version="0.1.0",
version="0.1.1",
packages=find_packages(where="src"),
package_data={
"krb5": ["py.typed", "*.pyi"],
Expand Down

0 comments on commit 9defa17

Please # to comment.