Skip to content

Commit

Permalink
patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kislovskiy committed Mar 22, 2024
1 parent 0e730e2 commit 1e8baef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "ChartCraftHub"
copyright = "2024, Artem Kislovskiy, Teresa Kubacka"
author = "Artem Kislovskiy, Teresa Kubacka"
release = "1.0.0"
release = "1.0.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[project]
name = "chartcrafthub"
version = "1.0.0"
version = "1.0.1"
description = "Code, debug, reuse this chart, workshop materials and more."
license = {file = "LICENSE", name = "MIT"}
classifiers = [
Expand Down Expand Up @@ -50,7 +50,7 @@ docs = [
]

[tool.bumpver]
current_version = "1.0.0"
current_version = "1.0.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = false
Expand Down
2 changes: 1 addition & 1 deletion src/chartcrafthub/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit 1e8baef

Please sign in to comment.