Skip to content

Commit 0bfbf8a

Browse files
committed
Updated versions
1 parent 12b6050 commit 0bfbf8a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

examples/introduction.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
},
1919
{
2020
"cell_type": "code",
21-
"execution_count": 20,
21+
"execution_count": 2,
2222
"metadata": {},
2323
"outputs": [
2424
{
2525
"data": {
2626
"application/vnd.jupyter.widget-view+json": {
27-
"model_id": "ceb41c3d298942fbb37622f365a368eb",
27+
"model_id": "463a1771d5c140d6aedf856d7a8479b2",
2828
"version_major": 2,
2929
"version_minor": 0
3030
},
@@ -136,7 +136,7 @@
136136
},
137137
{
138138
"cell_type": "code",
139-
"execution_count": 22,
139+
"execution_count": 3,
140140
"metadata": {},
141141
"outputs": [
142142
{
@@ -224,7 +224,7 @@
224224
" 'label': 'condition'}]]"
225225
]
226226
},
227-
"execution_count": 22,
227+
"execution_count": 3,
228228
"metadata": {},
229229
"output_type": "execute_result"
230230
}
@@ -235,13 +235,13 @@
235235
},
236236
{
237237
"cell_type": "code",
238-
"execution_count": 25,
238+
"execution_count": 4,
239239
"metadata": {},
240240
"outputs": [
241241
{
242242
"data": {
243243
"application/vnd.jupyter.widget-view+json": {
244-
"model_id": "8d44c071c3d749ca8ce77b668ab17198",
244+
"model_id": "4325344f65d74f2395156d93b851ae8e",
245245
"version_major": 2,
246246
"version_minor": 0
247247
},

jupyterannotate/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright (c) Stuart Quin.
55
# Distributed under the terms of the Modified BSD License.
66

7-
version_info = (0, 1, 0, 'dev')
7+
version_info = (0, 1, 0)
88
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)