File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99"""
1010
1111module_name = "ipynao"
12- module_version = "^0.3 .0"
12+ module_version = "^0.4 .0"
Original file line number Diff line number Diff line change 11{
22 "name" : " ipynao" ,
3- "version" : " 0.3 .0" ,
3+ "version" : " 0.4 .0" ,
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.3 .0"
37+ version = " 0.4 .0"
3838
3939[project .optional-dependencies ]
4040docs = [
@@ -104,7 +104,7 @@ file = [
104104]
105105
106106[tool .tbump .version ]
107- current = " 0.3 .0"
107+ current = " 0.4 .0"
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.3 .0
30+ ipynao >= 0.4 .0
3131
3232# For examples with images
3333Pillow
You can’t perform that action at this time.
0 commit comments