Skip to content

Commit

Permalink
Bump version 0.2.0 -> 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed Mar 20, 2023
1 parent 188c785 commit e40a766
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 @@ -14,7 +14,7 @@
project = "TalonDoc"
copyright = "2022, Wen Kokke"
author = "Wen Kokke"
release = "0.2.0"
release = "0.2.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 = "poetry.core.masonry.api"

[tool.poetry]
name = "talondoc"
version = "0.2.0"
version = "0.2.1"
description = "A Sphinx extension for Talon user directories."
license = "MIT"
authors = ["Wen Kokke <[email protected]>"]
Expand Down Expand Up @@ -69,7 +69,7 @@ minversion = "6.0"
testpaths = ["tests"]

[tool.bumpver]
current_version = "0.2.0"
current_version = "0.2.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
Expand Up @@ -5,7 +5,7 @@
from .autogen import autogen
from .cache_builtin import cache_builtin

__version__: str = "0.2.0"
__version__: str = "0.2.1"


@click.group(name="talondoc")
Expand Down

0 comments on commit e40a766

Please sign in to comment.