Skip to content

Commit b763d85

Browse files
committed
Bump version: 0.2.0 -> 0.2.1
1 parent 9a069ce commit b763d85

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.1 (2022-10-27)
2+
3+
### Fix
4+
5+
- setup.py
6+
17
## 0.2.0 (2022-10-27)
28

39
### Feat

gpio_expander.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
except ImportError:
4141
pass
4242

43-
__version__ = "0.2.0"
43+
__version__ = "0.2.1"
4444
__repo__ = "https://github.com/gpongelli/CircuitPython_gpio_expander.git"
4545

4646
import adafruit_bus_device.i2c_device as i2cdevice

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[tool.poetry]
66
name = "circuitpython_pca95xx"
7-
version = "0.2.0"
7+
version = "0.2.1"
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>"]
@@ -90,7 +90,7 @@
9090

9191
[tool.commitizen]
9292
name = "cz_conventional_commits"
93-
version = "0.2.0"
93+
version = "0.2.1"
9494
version_files = [
9595
"gpio_expander.py:__version__",
9696
"pyproject.toml:version"

0 commit comments

Comments
 (0)