Skip to content

Commit aef1cea

Browse files
committed
Bump version: 0.1.0 → 0.1.1
1 parent e28ec80 commit aef1cea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
tag = True
44
commit = True
55

6-
[bumpversion:file:src/pyft4222/__init__.py]
6+
[bumpversion:file:src/pyft4222/__init__.py]

src/pyft4222/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from pyft4222.wrapper import gpio as wgpio
1414
from pyft4222.wrapper.common import uninitialize
1515

16-
VERSION: Final = "0.1.0"
16+
VERSION: Final = "0.1.1"
1717

1818
_DEFAULT_GPIO_DIRS: Final[wgpio.DirTuple] = (
1919
wgpio.Direction.INPUT,

0 commit comments

Comments
 (0)