Skip to content

Commit

Permalink
Change version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkielan committed Nov 17, 2024
1 parent 2e9cfba commit 3dc9e84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[Unreleased](https://github.com/michalkielan/simple-adb/compare/0.4.0...HEAD)
[Unreleased](https://github.com/michalkielan/simple-adb/compare/0.4.1...HEAD)
-----------------------------------------------------------------------------

[0.4.1](https://github.com/michalkielan/simple-adb/compare/0.4.0...0.4.1) - 2024-11-17
--------------------------------------------------------------------------------------

### Changed
- fixed wrong type hints
- formatter: autopep8 -> black
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "simpleadb"
version = "0.4.0"
version = "0.4.1"
description = "Python wrapper for adb protocol."
readme = "README.rst"
authors = [{ name = "Michal Kielan", email = "michalkielan@protonmail.com" }]
Expand Down

0 comments on commit 3dc9e84

Please sign in to comment.