File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 "metadata" : {},
1515 "outputs" : [],
1616 "source" : [
17- " %pip install ipynao==0.4"
17+ " %pip install ipynao==0.4.1 "
1818 ]
1919 },
2020 {
Original file line number Diff line number Diff line change 99"""
1010
1111module_name = "ipynao"
12- module_version = "^0.4.0 "
12+ module_version = "^0.4.1 "
Original file line number Diff line number Diff line change 11{
22 "name" : " ipynao" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "description" : " A widget library for controlling Nao" ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ classifiers = [
3434dependencies = [
3535 " ipywidgets>=7.0.0" ,
3636]
37- version = " 0.4.0 "
37+ version = " 0.4.1 "
3838
3939[project .optional-dependencies ]
4040docs = [
@@ -104,7 +104,7 @@ file = [
104104]
105105
106106[tool .tbump .version ]
107- current = " 0.4.0 "
107+ current = " 0.4.1 "
108108regex = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)((?P<channel>a|b|rc|.dev)(?P<release>\\ d+))?"
109109
110110[tool .tbump .git ]
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ipympl>=0.8.2
2727ipycanvas >= 0.9.1
2828
2929# Python: ipynao library for Nao robot
30- ipynao >= 0.4.0
30+ ipynao >= 0.4.1
3131
3232# For examples with images
3333Pillow
You can’t perform that action at this time.
0 commit comments