Skip to content

Commit e51e38d

Browse files
committed
Bump version
1 parent ab665dd commit e51e38d

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

content/introduction.ipynb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"cells": [
33
{
4+
"attachments": {},
45
"cell_type": "markdown",
56
"metadata": {},
67
"source": [
@@ -13,7 +14,7 @@
1314
"metadata": {},
1415
"outputs": [],
1516
"source": [
16-
"%pip install ipynao==0.4.1"
17+
"%pip install ipynao==0.5.0"
1718
]
1819
},
1920
{
@@ -44,6 +45,7 @@
4445
]
4546
},
4647
{
48+
"attachments": {},
4749
"cell_type": "markdown",
4850
"metadata": {},
4951
"source": [
@@ -62,6 +64,7 @@
6264
]
6365
},
6466
{
67+
"attachments": {},
6568
"cell_type": "markdown",
6669
"metadata": {},
6770
"source": [
@@ -124,6 +127,7 @@
124127
]
125128
},
126129
{
130+
"attachments": {},
127131
"cell_type": "markdown",
128132
"metadata": {},
129133
"source": [
@@ -242,6 +246,7 @@
242246
]
243247
},
244248
{
249+
"attachments": {},
245250
"cell_type": "markdown",
246251
"metadata": {
247252
"tags": []
@@ -264,6 +269,7 @@
264269
]
265270
},
266271
{
272+
"attachments": {},
267273
"cell_type": "markdown",
268274
"metadata": {},
269275
"source": [
@@ -381,6 +387,7 @@
381387
]
382388
},
383389
{
390+
"attachments": {},
384391
"cell_type": "markdown",
385392
"metadata": {},
386393
"source": [
@@ -435,6 +442,7 @@
435442
]
436443
},
437444
{
445+
"attachments": {},
438446
"cell_type": "markdown",
439447
"metadata": {},
440448
"source": [

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.4.1"
12+
module_version = "^0.5.0"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipynao",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "A widget library for controlling Nao",
55
"keywords": [
66
"jupyter",

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.4.1"
37+
version = "0.5.0"
3838

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

106106
[tool.tbump.version]
107-
current = "0.4.1"
107+
current = "0.5.0"
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,7 +27,7 @@ ipympl>=0.8.2
2727
ipycanvas>=0.9.1
2828

2929
# Python: ipynao library for Nao robot
30-
ipynao>=0.4.1
30+
ipynao>=0.5.0
3131

3232
# For examples with images
3333
Pillow

0 commit comments

Comments
 (0)