diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cf1eeef --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.0](https://github.com/artisanofcode/python-banshee/compare/v0.0.0-b1...v0.1.0) (2023-03-20) + + +### Miscellaneous Chores + +* release 0.1.0 ([6c55113](https://github.com/artisanofcode/python-banshee/commit/6c55113481d1b50a7ca32440f0c0a16bd75674e4)) diff --git a/pyproject.toml b/pyproject.toml index 57bb9fe..86ff8fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "banshee" -version = "0.0.0-b1" +version = "0.1.0" description = "" authors = ["Your Name "] readme = "README.md"