Skip to content

Commit

Permalink
Bump version: v1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pesap committed Jan 23, 2025
1 parent 833f14d commit bc8afb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 1.0.0
current_version = 1.0.1
commit = true
tag = true

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ docs = [
"sphinx-book-theme>=1.1.3",
"sphinx-copybutton>=0.5.2",
"sphinx-tabs>=3.4.7",
"sphinxcontrib-mermaid>=1.0.0",
"sphinxcontrib-mermaid>=1.0.1",
]

[tool.mypy]
Expand Down
2 changes: 1 addition & 1 deletion src/r2x/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file containts the version # noqa: D100
__version__ = "v1.0.0"
__version__ = "v1.0.1"
__data_model_version__ = "0.0.1"

0 comments on commit bc8afb1

Please sign in to comment.