Skip to content

Commit

Permalink
Bump version: 0.1.3 → 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fferegrino committed Aug 22, 2024
1 parent dd89b21 commit 630ce2b
Show file tree
Hide file tree
Showing 4 changed files with 3,810 additions and 6,501 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "presentpy_jupyter",
"version": "0.1.3",
"version": "0.1.4",
"description": "A JupyterLab extension.",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ before-build-python = ["jlpm clean:all"]
ignore = ["W002"]

[tool.bumpversion]
current_version = "0.1.3"
current_version = "0.1.4"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
Loading

0 comments on commit 630ce2b

Please sign in to comment.