Skip to content

Commit

Permalink
Bump version 0.4.1 -> 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed May 7, 2023
1 parent 437aad6 commit e1db429
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.4.1"
release = "0.4.2"

# -- 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.4.1"
version = "0.4.2"
description = "A Sphinx extension for Talon user directories."
license = { file = 'LICENSE' }
authors = [{ name = "Wen Kokke", email = "[email protected]" }]
Expand Down Expand Up @@ -51,7 +51,7 @@ docs = [
talondoc = "talondoc:talondoc"

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

0 comments on commit e1db429

Please sign in to comment.