We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f291c5e commit d2150bdCopy full SHA for d2150bd
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.2
+current_version = 0.2.0
3
tag = True
4
commit = True
5
src/pyft4222/__init__.py
@@ -13,7 +13,7 @@
13
from pyft4222.wrapper import gpio as wgpio
14
from pyft4222.wrapper.common import uninitialize
15
16
-VERSION: Final = "0.1.2"
+VERSION: Final = "0.2.0"
17
18
_DEFAULT_GPIO_DIRS: Final[wgpio.DirTuple] = (
19
wgpio.Direction.INPUT,
0 commit comments