File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.3.2 (2023-02-02)
2+
3+ ### Fix
4+
5+ - update tools
6+
17## 0.3.1 (2023-02-02)
28
39### Fix
Original file line number Diff line number Diff line change 4040except ImportError :
4141 pass
4242
43- __version__ = "0.3.1 "
43+ __version__ = "0.3.2 "
4444__repo__ = "https://github.com/gpongelli/CircuitPython_gpio_expander.git"
4545
4646import adafruit_bus_device .i2c_device as i2cdevice
Original file line number Diff line number Diff line change 44
55[tool .poetry ]
66 name = " circuitpython_pca95xx"
7- version = " 0.3.1 "
7+ version = " 0.3.2 "
88 homepage = " https://github.com/gpongelli/CircuitPython_gpio_expander.git"
99 description = " CircuitPython helper library for gpio expanders (Texas Instrument PCA95xx and TCA95xx chips)."
1010 authors = [" Gabriele Pongelli <gabriele.pongelli@gmail.com>" ]
9090
9191[tool .commitizen ]
9292 name = " cz_conventional_commits"
93- version = " 0.3.1 "
93+ version = " 0.3.2 "
9494 version_files = [
9595 " gpio_expander.py:__version__" ,
9696 " pyproject.toml:version"
You can’t perform that action at this time.
0 commit comments