Skip to content

Commit e050631

Browse files
committed
bump to 5.4.0
1 parent 5732eb8 commit e050631

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.4.0beta0
2+
current_version = 5.4.0
33
commit = True
44
message = Bump version: {current_version} → {new_version}
55
tag = False

nbformat/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Make sure to update package.json, too!
2-
version_info = (5, 4, 0, "beta0")
2+
version_info = (5, 4, 0)
33
__version__ = ".".join(map(str, version_info))

package.json

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

0 commit comments

Comments
 (0)