Skip to content

Commit b87f55e

Browse files
committed
Prep for v1.0.0.
1 parent 89f9fc6 commit b87f55e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
1.0.0
4+
-----
5+
6+
* Add dependency on smbus2
7+
* Add support for alternate i2c bus number
8+
* Port to hatch/pyproject.toml
9+
310
0.0.5
411
-----
512

ioexpander/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from . import ioe_regs, sioe_regs
66

7-
__version__ = "0.0.5"
7+
__version__ = "1.0.0"
88

99

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

0 commit comments

Comments
 (0)