Skip to content

Commit

Permalink
Bump version 0.1.3 -> 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed Mar 18, 2023
1 parent 41898d7 commit 2ea13f4
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 = "example"
copyright = "2022, Wen Kokke"
author = "Wen Kokke"
release = "0.1.3"
release = "0.1.4"

# -- 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.1.3"
version = "0.1.4"
description = "A Sphinx extension for Talon user directories."
license = "MIT"
authors = ["Wen Kokke <[email protected]>"]
Expand Down Expand Up @@ -61,7 +61,7 @@ minversion = "6.0"
testpaths = ["tests"]

[tool.bumpver]
current_version = "0.1.3"
current_version = "0.1.4"
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 .autosummary.generate import generate
from .cache_builtin import cache_builtin

__version__: str = "0.1.3"
__version__: str = "0.1.4"


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

0 comments on commit 2ea13f4

Please sign in to comment.