Skip to content

Commit

Permalink
Prep for v1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed May 22, 2024
1 parent 89f9fc6 commit b87f55e
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
@@ -1,5 +1,12 @@
# Changelog

1.0.0
-----

* Add dependency on smbus2
* Add support for alternate i2c bus number
* Port to hatch/pyproject.toml

0.0.5
-----

Expand Down
2 changes: 1 addition & 1 deletion ioexpander/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from . import ioe_regs, sioe_regs

__version__ = "0.0.5"
__version__ = "1.0.0"


# These values encode our desired pin function: IO, ADC, PWM
Expand Down

0 comments on commit b87f55e

Please sign in to comment.