Skip to content

Commit

Permalink
🔧 v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
userElaina committed Jan 19, 2024
1 parent cb87709 commit 0ad3016
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "badapple"
version = "0.0.5"
version = "0.0.6"
description = "play the video in the console as ASCII art"
readme = "README.rst"
requires-python = ">=3.7"
Expand All @@ -24,13 +24,12 @@ dependencies = [
]

[project.optional-dependencies]
audio = ["anyplayer>=0.0.3"]
anyplayer = ["anyplayer>=0.0.3"]
simpleaudio = ["anyplayer[simpleaudio]>=0.0.3"]
pyaudio = ["anyplayer[pyaudio]>=0.0.3"]
playsound = ["anyplayer[playsound]>=0.0.3"]
pydub = ["anyplayer[pydub]>=0.0.3"]
dev = ["anyplayer[dev]>=0.0.3"]
audio = ["anyplayer>=0.0.5"]
anyplayer = ["anyplayer>=0.0.5"]
simpleaudio = ["anyplayer[simpleaudio]>=0.0.5"]
pyaudio = ["anyplayer[pyaudio]>=0.0.5"]
playsound = ["anyplayer[playsound]>=0.0.5"]
dev = ["anyplayer[dev]>=0.0.5"]

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

0 comments on commit 0ad3016

Please sign in to comment.