Skip to content

Commit

Permalink
Bump version: 5.0.9beta0 → 5.0.9beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed Dec 22, 2020
1 parent 237be5c commit 1bd5a50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.0.9beta0
current_version = 5.0.9beta1
commit = True
message = Bump version: {current_version} → {new_version}
tag = False
Expand All @@ -14,7 +14,7 @@ optional_value = prod
first_value = beta
values =
beta
prod
prod

[bumpversion:part:build]

Expand All @@ -32,6 +32,6 @@ replace = version = '{new_version}'
[bumpversion:file:package.json]
parse = (?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(-(?P<release>[a-z]+)\.(?P<build>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}.{build}
{major}.{minor}.{patch}
2 changes: 1 addition & 1 deletion nbformat/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Make sure to update package.json, too!
version_info = (5, 0, 9, 'beta0')
version_info = (5, 0, 9, 'beta1')
__version__ = '.'.join(map(str, version_info))
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.0.9-beta.0",
"version": "5.0.9-beta.1",
"description": "JSON schemata for Jupyter notebook formats",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 1bd5a50

Please sign in to comment.