Skip to content

Commit 62f12a3

Browse files
sinha-shreyashravi-rahul
authored andcommitted
UPDATE: ti_gpio lib version updated 2.1.0
Signed-off-by: Shreyash Sinha <[email protected]>
1 parent 4de745b commit 62f12a3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/python/RPi/GPIO/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from TI.GPIO import *
22

3-
VERSION = "2.0.0"
3+
VERSION = "2.1.0"

lib/python/TI/GPIO/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .gpio import *
22

3-
VERSION = "2.0.0"
3+
VERSION = "2.1.0"

manifest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ <h2>
251251
<span>TI GPIO PY library</span>
252252
</td>
253253
<td id="version" name="version" rowspan="2">
254-
<span>2.0.0</span>
254+
<span>2.1.0</span>
255255
</td>
256256
<td id="license" name="license" rowspan="2">
257257
<span>MIT</span>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name="TI.GPIO",
36-
version="2.0.0",
36+
version="2.1.0",
3737
author="TI",
3838
author_email="[email protected]",
3939
description="A module to control TI SK GPIO channels",

0 commit comments

Comments
 (0)