Skip to content

Commit fdcaed5

Browse files
committed
Bump version: 0.0.0 -> 0.1.0
1 parent 9d97195 commit fdcaed5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 0.1.0 (2022-10-26)
2+
3+
### Feat
4+
5+
- add full lenght registries
6+
- initial library code and tests
7+
- pyproject.toml files for poetry

gpio_expander.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
except ImportError:
4343
pass
4444

45-
__version__ = "0.0.0"
45+
__version__ = "0.1.0"
4646
__repo__ = "https://github.com/gpongelli/CircuitPython_gpio_expander.git"
4747

4848
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.0.0"
7+
version = "0.1.0"
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.0.0"
93+
version = "0.1.0"
9494
version_files = [
9595
"gpio_expander.py:__version__",
9696
"pyproject.toml:version"

0 commit comments

Comments
 (0)