Skip to content

Commit bc88acd

Browse files
committed
bump: version 0.4.0 → 0.4.1
1 parent 05799ec commit bc88acd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
project = "sphinxcontrib-video"
1919
author = "Raphael Massabot"
2020
copyright = f"2018-{datetime.now().year}, {author}"
21-
release = "0.4.0"
21+
release = "0.4.1"
2222

2323
# -- General configuration -----------------------------------------------------
2424

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sphinxcontrib-video"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
description = "Allows embedding of HTML5 videos in sphinx"
99
requires-python = ">=3.6.9"
1010
dependencies = ["sphinx"]
@@ -95,7 +95,7 @@ warn_redundant_casts = true
9595
changelog_incremental = false
9696
tag_format = "v$major.$minor.$patch$prerelease"
9797
update_changelog_on_bump = false
98-
version = "0.4.0"
98+
version = "0.4.1"
9999
version_files = [
100100
"pyproject.toml:version",
101101
"docs/conf.py:release",

0 commit comments

Comments
 (0)