Skip to content

Commit

Permalink
Release 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrg committed Sep 4, 2024
1 parent 501c73d commit d72a84a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
export VERSION=1.0.0

# Build
just js:build
just js-build
just build
just publish

Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ report:
uv run coverage html

publish:
uv publish
uv run twine upload dist/*

docs-build:
cd demo; uv run mkdocs build
Expand Down
2 changes: 1 addition & 1 deletion src/mkdocs_jupyter/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"__version__",
]

__version__ = "0.24.8"
__version__ = "0.25.0"

0 comments on commit d72a84a

Please sign in to comment.