Skip to content

Commit

Permalink
Fix version after bumpversion move
Browse files Browse the repository at this point in the history
  • Loading branch information
painebot committed Feb 22, 2025
1 parent ca5ec71 commit 0abb07a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [{name = "the jupyter-fs authors", email = "t.paine154@gmail.com"}]
description = "A Filesystem-like mult-contents manager backend for Jupyter"
readme = "README.md"
license = { text = "Apache-2.0" }
version = "0.1.0"
version = "1.0.1"
requires-python = ">=3.9"
keywords = [
"Jupyter",
Expand Down Expand Up @@ -90,7 +90,7 @@ Repository = "https://github.com/jpmorganchase/jupyter-fs"
Homepage = "https://github.com/jpmorganchase/jupyter-fs"

[tool.bumpversion]
current_version = "0.1.0"
current_version = "1.0.1"
commit = true
tag = true

Expand Down

0 comments on commit 0abb07a

Please sign in to comment.