Skip to content

Commit

Permalink
v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukafilipxvic committed Sep 30, 2024
1 parent cc4558d commit 03722e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyzam/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.12.1"
__version__ = "0.12.2"
2 changes: 1 addition & 1 deletion pyzam/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

"""
Pyzam 0.12.1
Pyzam 0.12.2
A CLI music recognition tool for audio and mixtapes.
"""

Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
asyncio==3.4.3
climage==0.2.2
fastapi==0.111.0
pillow==10.4.0
requests==2.32.3
rich==13.8
soundfile==0.12.1
shazamio==0.6
SoundCard==0.4.3
SoundCard==0.4.3
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyzam",
version="0.12.1",
version="0.12.2",
entry_points={"console_scripts": ["pyzam = pyzam.__main__:main"]},
author="lukafilipxvic",
description="A CLI music recognition tool for audio and mixtapes.",
Expand All @@ -14,6 +14,7 @@
url="https://github.com/lukafilipxvic/Pyzam",
install_requires=[
"asyncio",
"climage"
"requests",
"rich",
"soundfile",
Expand Down

0 comments on commit 03722e9

Please sign in to comment.