Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Nov 24, 2024
1 parent 600be0c commit 6a5269f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion buzz/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "v1.2.0"
VERSION = "1.2.0"
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "buzz-captions"
version = "v1.2.0"
version = "1.2.0"
description = ""
authors = ["Chidi Williams <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -44,12 +44,12 @@ accelerate = "^1.0.1"
polib = "^1.2.0"
srt-equalizer = "^0.1.10"
torch = [
{version = "2.2.1", source = "pypi", markers = "sys_platform != 'win32' and sys_platform != 'msys'"},
{version = "2.2.1+cu121", source = "torch", markers = "sys_platform == 'win32' or sys_platform == 'msys'"},
{ version = "2.2.1", source = "pypi", markers = "sys_platform != 'win32' and sys_platform != 'msys'" },
{ version = "2.2.1+cu121", source = "torch", markers = "sys_platform == 'win32' or sys_platform == 'msys'" },
]
torchaudio = [
{version = "2.2.1", source = "pypi", markers = "sys_platform != 'win32' and sys_platform != 'msys'"},
{version = "2.2.1+cu121", source = "torch", markers = "sys_platform == 'win32' or sys_platform == 'msys'"},
{ version = "2.2.1", source = "pypi", markers = "sys_platform != 'win32' and sys_platform != 'msys'" },
{ version = "2.2.1+cu121", source = "torch", markers = "sys_platform == 'win32' or sys_platform == 'msys'" },
]
darkdetect = "^0.8.0"

Expand Down

0 comments on commit 6a5269f

Please sign in to comment.