Skip to content

Commit

Permalink
Merge pull request #5 from pimoroni/repackage
Browse files Browse the repository at this point in the history
Prep for v1.0.0.
  • Loading branch information
Gadgetoid committed May 17, 2024
2 parents 40e3b8a + c4369cb commit 728bf7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.0
-----

* Port to hatch/pyproject.toml
* Bump i2cdevice to >= 1.0.0

0.0.2
-----

Expand Down
2 changes: 1 addition & 1 deletion ht0740/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from i2cdevice import BitField, Device, Register

__version__ = "0.0.2"
__version__ = "1.0.0"


class IOItem:
Expand Down

0 comments on commit 728bf7f

Please sign in to comment.