Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 22, 2023
1 parent e3c897c commit eed115d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit eed115d

Please sign in to comment.