From 629a36bddf1fdccdad281e1680df5b300a2801e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 21:01:06 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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"