Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesloibl committed Nov 10, 2023
1 parent 55d6da6 commit c4fcc91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = 0.1.0
current_version = 0.1.1
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
project = "Pharaoh"
year = str(datetime.datetime.now(tz=datetime.timezone.utc).year)

version = release = "Pharaoh v0.1.0"
version = release = "Pharaoh v0.1.1"

add_function_parentheses = True
add_module_names = False
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["hatchling>=1.18"]

[project]
name = "pharaoh-report"
version = "0.1.0"
version = "0.1.1"
description = """Pharaoh is a Sphinx-based Python framework
for generating reports in various formats by combining the
power of configurable Jinja templates and Python scripts
Expand Down
2 changes: 1 addition & 1 deletion src/pharaoh/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit c4fcc91

Please sign in to comment.