Skip to content

Commit 87a3793

Browse files
Merge pull request #7 from jupyter-robotics/dev
Update http socket
2 parents 757b3b9 + 962f7f6 commit 87a3793

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

content/introduction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"metadata": {},
1414
"outputs": [],
1515
"source": [
16-
"%pip install ipynao==0.1.2"
16+
"%pip install ipynao==0.1.3"
1717
]
1818
},
1919
{

ipynao/_frontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"""
1010

1111
module_name = "ipynao"
12-
module_version = "^0.1.2"
12+
module_version = "^0.1.3"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipynao",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A widget library for controlling Nao",
55
"keywords": [
66
"jupyter",
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"@jupyter-widgets/base": "^1.1.10 || ^2 || ^3 || ^4 || ^5 || ^6",
54-
"nao-socket.io": "1.0.3"
54+
"nao-socket.io": "1.0.4"
5555
},
5656
"devDependencies": {
5757
"@babel/core": "^7.5.0",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
dependencies = [
3535
"ipywidgets>=7.0.0",
3636
]
37-
version = "0.1.2"
37+
version = "0.1.3"
3838

3939
[project.optional-dependencies]
4040
docs = [
@@ -104,7 +104,7 @@ file = [
104104
]
105105

106106
[tool.tbump.version]
107-
current = "0.1.2"
107+
current = "0.1.3"
108108
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
109109

110110
[tool.tbump.git]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ ipympl>=0.8.2
2727
ipycanvas>=0.9.1
2828

2929
# Python: ipynao library for Nao robot
30-
ipynao>=0.1.2
30+
ipynao>=0.1.3

0 commit comments

Comments
 (0)