Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 18, 2023
1 parent df8d522 commit 091374a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Changelog

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

## v0.1.0 (2023-01-18)
### Feature
* Added test for parser ([`509a45b`](https://github.com/conway220/anova_wifi/commit/509a45b2b382af55b8296794bfb9f2e9320e8d57))

### Fix
* Removed unneeded python-versions ([`df8d522`](https://github.com/conway220/anova_wifi/commit/df8d522c3a4c85d36ed425aca0d5e79b9806db61))

### Documentation
* Add @conway220 as a contributor ([`ce956a2`](https://github.com/conway220/anova_wifi/commit/ce956a217cf665f93e791701de83e14211bb44d2))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "anova-wifi"
version = "0.0.0"
version = "0.1.0"
description = "A package to get read only data from Anova precision cookers with wifi"
authors = ["Luke <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/anova_wifi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AnovaPrecisionCookerSensor,
)

__version__ = "0.0.0"
__version__ = "0.1.0"

__all__ = [
"AnovaPrecisionCooker",
Expand Down

0 comments on commit 091374a

Please sign in to comment.