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.2.1 (2022-10-27)
2
+
3
+ ### Fix
4
+
5
+ - setup.py
6
+
1
7
## 0.2.0 (2022-10-27)
2
8
3
9
### Feat
Original file line number Diff line number Diff line change 40
40
except ImportError :
41
41
pass
42
42
43
- __version__ = "0.2.0 "
43
+ __version__ = "0.2.1 "
44
44
__repo__ = "https://github.com/gpongelli/CircuitPython_gpio_expander.git"
45
45
46
46
import adafruit_bus_device .i2c_device as i2cdevice
Original file line number Diff line number Diff line change 4
4
5
5
[tool .poetry ]
6
6
name = " circuitpython_pca95xx"
7
- version = " 0.2.0 "
7
+ version = " 0.2.1 "
8
8
homepage = " https://github.com/gpongelli/CircuitPython_gpio_expander.git"
9
9
description = " CircuitPython helper library for gpio expanders (Texas Instrument PCA95xx and TCA95xx chips)."
10
10
authors = [" Gabriele Pongelli <gabriele.pongelli@gmail.com>" ]
90
90
91
91
[tool .commitizen ]
92
92
name = " cz_conventional_commits"
93
- version = " 0.2.0 "
93
+ version = " 0.2.1 "
94
94
version_files = [
95
95
" gpio_expander.py:__version__" ,
96
96
" pyproject.toml:version"
You can’t perform that action at this time.
0 commit comments