Skip to content

Commit

Permalink
Bump version: 0.9.0 → 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alanderex committed Oct 5, 2024
1 parent f23ce2d commit 4f4a611
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.0
current_version = 0.9.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "PyTube"
version = "0.9.0"
version = "0.9.1"
description = "Add a short description here"
authors = ["Alexander CS Hendorf <alexander@pioneershub.org>"]
channels = ["conda-forge"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "Vimeo to YouTube"
version = "0.9.0"
version = "0.9.1"
description = "Download videos from Vimeo to publish on YouTube, add metadata from pretalx."
authors = [
{ name = "Alexander CS Hendorf", email = "hendorf@gmail.com" }
Expand Down
2 changes: 1 addition & 1 deletion pytube/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

os.environ["FORCE_COLOR"] = "1"

__version__ = "0.9.0"
__version__ = "0.9.1"

cr = structlog.dev.ConsoleRenderer(
columns=[
Expand Down

0 comments on commit 4f4a611

Please sign in to comment.