Skip to content

Commit

Permalink
Bump version: 5.5.0b1 → 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Sep 13, 2022
1 parent 7ba5cc1 commit a7453bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.5.0b1
current_version = 5.5.0
commit = True
message = Bump version: {current_version} → {new_version}
tag = False
Expand Down
2 changes: 1 addition & 1 deletion nbformat/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Make sure to update package.json, too!
version_info = (5, 5, 0, "b1")
version_info = (5, 5, 0)

if len(version_info) <= 3:
version_extra = ""
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nbformat-schema",
"version": "5.5.0-b.1",
"version": "5.5.0",
"description": "JSON schemata for Jupyter notebook formats",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "nbformat"
version = "5.5.0b1"
version = "5.5.0"
description = "The Jupyter Notebook format"
license = { file = "COPYING.md" }
keywords = ["Interactive", "Interpreter", "Shell", "Web"]
Expand Down

0 comments on commit a7453bd

Please sign in to comment.