Skip to content

Commit 0ad3016

Browse files
committed
🔧 v0.0.6
1 parent cb87709 commit 0ad3016

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

pyproject.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "badapple"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "play the video in the console as ASCII art"
55
readme = "README.rst"
66
requires-python = ">=3.7"
@@ -24,13 +24,12 @@ dependencies = [
2424
]
2525

2626
[project.optional-dependencies]
27-
audio = ["anyplayer>=0.0.3"]
28-
anyplayer = ["anyplayer>=0.0.3"]
29-
simpleaudio = ["anyplayer[simpleaudio]>=0.0.3"]
30-
pyaudio = ["anyplayer[pyaudio]>=0.0.3"]
31-
playsound = ["anyplayer[playsound]>=0.0.3"]
32-
pydub = ["anyplayer[pydub]>=0.0.3"]
33-
dev = ["anyplayer[dev]>=0.0.3"]
27+
audio = ["anyplayer>=0.0.5"]
28+
anyplayer = ["anyplayer>=0.0.5"]
29+
simpleaudio = ["anyplayer[simpleaudio]>=0.0.5"]
30+
pyaudio = ["anyplayer[pyaudio]>=0.0.5"]
31+
playsound = ["anyplayer[playsound]>=0.0.5"]
32+
dev = ["anyplayer[dev]>=0.0.5"]
3433

3534
[project.urls]
3635
"Homepage" = "https://github.com/bad-apple-lab/Bad-Apple-Python-Module"

0 commit comments

Comments
 (0)