Skip to content

Commit d2150bd

Browse files
committed
Bump version: 0.1.2 → 0.2.0
1 parent f291c5e commit d2150bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.2
2+
current_version = 0.2.0
33
tag = True
44
commit = True
55

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.2"
16+
VERSION: Final = "0.2.0"
1717

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

0 commit comments

Comments
 (0)