Skip to content

Commit a7453bd

Browse files
committedSep 13, 2022
Bump version: 5.5.0b1 → 5.5.0
1 parent 7ba5cc1 commit a7453bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.5.0b1
2+
current_version = 5.5.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,5 +1,5 @@
11
# Make sure to update package.json, too!
2-
version_info = (5, 5, 0, "b1")
2+
version_info = (5, 5, 0)
33

44
if len(version_info) <= 3:
55
version_extra = ""

‎package.json

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

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "nbformat"
7-
version = "5.5.0b1"
7+
version = "5.5.0"
88
description = "The Jupyter Notebook format"
99
license = { file = "COPYING.md" }
1010
keywords = ["Interactive", "Interpreter", "Shell", "Web"]

0 commit comments

Comments
 (0)