File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
"""
10
10
11
11
module_name = "ipynao"
12
- module_version = "^0.1.0 "
12
+ module_version = "^0.1.1 "
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ classifiers = [
34
34
dependencies = [
35
35
" ipywidgets>=7.0.0" ,
36
36
]
37
- version = " 0.1.0 "
37
+ version = " 0.1.1 "
38
38
39
39
[project .optional-dependencies ]
40
40
docs = [
@@ -104,7 +104,7 @@ file = [
104
104
]
105
105
106
106
[tool .tbump .version ]
107
- current = " 0.1.0 "
107
+ current = " 0.1.1 "
108
108
regex = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)((?P<channel>a|b|rc|.dev)(?P<release>\\ d+))?"
109
109
110
110
[tool .tbump .git ]
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ ipympl>=0.8.2
27
27
ipycanvas >= 0.9.1
28
28
29
29
# Python: ipynao library for Nao robot
30
- ipynao >= 0.1.0
30
+ ipynao >= 0.1.1
You can’t perform that action at this time.
0 commit comments