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
wenkokke committed Sep 3, 2022
1 parent d71c0ff commit aaed9ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
project = "example"
copyright = "2022, Wen Kokke"
author = "Wen Kokke"
release = "0.1.0"
release = "0.1.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 @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "talondoc"
version = "0.1.0"
version = "0.1.1"
description = "A Sphinx extension for Talon user directories."
readme = "README.md"
requires-python = ">=3.9"
Expand Down Expand Up @@ -50,7 +50,7 @@ minversion = "6.0"
testpaths = ["tests"]

[tool.bumpver]
current_version = "0.1.0"
current_version = "0.1.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion talondoc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = "0.1.0"
__version__: str = "0.1.1"

0 comments on commit aaed9ef

Please sign in to comment.