Skip to content

Commit d4acde1

Browse files
committed
Bump version: 5.0.9beta1 → 5.1.0beta0
1 parent 0d5e522 commit d4acde1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.0.9beta1
2+
current_version = 5.1.0beta0
33
commit = True
44
message = Bump version: {current_version} → {new_version}
55
tag = False

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = '5.0'
67+
version = '5.1'
6868
# The full version, including alpha/beta/rc tags.
6969
release = version
7070

nbformat/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Make sure to update package.json, too!
2-
version_info = (5, 0, 9, 'beta1')
2+
version_info = (5, 1, 0, 'beta0')
33
__version__ = '.'.join(map(str, version_info))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nbformat-schema",
3-
"version": "5.0.9-beta.1",
3+
"version": "5.1.0-beta.0",
44
"description": "JSON schemata for Jupyter notebook formats",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)