Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Nov 4, 2022
1 parent 0fe849c commit df3bf5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.0.3 (2022-11-04)
### Fix
* **ci:** No module named 'packaging' ([`0fe849c`](https://github.com/tiacsys/verylittlewire/commit/0fe849c117bf3afae65ee738f311796aa38129c6))

## v0.0.2 (2022-11-04)
### Fix
* **docs:** Need type annotation for "exclude_patterns" ([`622728a`](https://github.com/tiacsys/verylittlewire/commit/622728a57e7309190fb507cb95fbac5e228aa4ba))
Expand Down
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 = "verylittlewire"
version = "0.0.2"
version = "0.0.3"
description = "The Little Wire Python library provides an interface to the Little Wire USB Multi-Tool developed by Ihsan Kehribar."
authors = ["Stephan Linz <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/verylittlewire/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.2"
__version__ = "0.0.3"

0 comments on commit df3bf5e

Please sign in to comment.