diff --git a/CHANGELOG.md b/CHANGELOG.md index 59df394..b2841f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.2.0 (2023-05-22) +### Feature +* **hack:** Just to trigger the release for testing ([`5930cf9`](https://github.com/jojoee/pybaht/commit/5930cf94afb130d311be5eba64bf87e35b87a20c)) + +### Documentation +* **badge:** Add "release" CI badge ([`e3c897c`](https://github.com/jojoee/pybaht/commit/e3c897c04403874ff4d96d815be0ee250e482779)) + ## v0.1.1 (2023-05-22) ### Performance * **benchmark:** Add benchmark.py only to measure the performance (basic) of it ([`440f658`](https://github.com/jojoee/pybaht/commit/440f658d1f35ade215b564757165fd88cd3b170c)) diff --git a/setup.py b/setup.py index 2433ad9..16259b7 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ # The text of the README file README = (HERE / "README.md").read_text() -__version__ = "0.1.1" +__version__ = "0.2.0" # This call to setup() does all the work setup(