Skip to content

Commit

Permalink
bump: version 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Nov 11, 2024
1 parent 3cf0448 commit f84d6b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
project = "sphinxcontrib-video"
author = "Raphael Massabot"
copyright = f"2018-{datetime.now().year}, {author}"
release = "0.3.0"
release = "0.3.1"

# -- 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 = "sphinxcontrib-video"
version = "0.3.0"
version = "0.3.1"
description = "Allows embedding of HTML5 videos in sphinx"
requires-python = ">=3.6.9"
dependencies = ["sphinx"]
Expand Down Expand Up @@ -91,7 +91,7 @@ warn_redundant_casts = true
changelog_incremental = false
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = false
version = "0.3.0"
version = "0.3.1"
version_files = [
"pyproject.toml:version",
"docs/conf.py:release",
Expand Down

0 comments on commit f84d6b2

Please sign in to comment.