Skip to content

Commit 03722e9

Browse files
committed
v0.12.2
1 parent cc4558d commit 03722e9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pyzam/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.12.1"
1+
__version__ = "0.12.2"

pyzam/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env python3
22

33
"""
4-
Pyzam 0.12.1
4+
Pyzam 0.12.2
55
A CLI music recognition tool for audio and mixtapes.
66
"""
77

requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
asyncio==3.4.3
22
climage==0.2.2
33
fastapi==0.111.0
4-
pillow==10.4.0
54
requests==2.32.3
65
rich==13.8
76
soundfile==0.12.1
87
shazamio==0.6
9-
SoundCard==0.4.3
8+
SoundCard==0.4.3

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="pyzam",
8-
version="0.12.1",
8+
version="0.12.2",
99
entry_points={"console_scripts": ["pyzam = pyzam.__main__:main"]},
1010
author="lukafilipxvic",
1111
description="A CLI music recognition tool for audio and mixtapes.",
@@ -14,6 +14,7 @@
1414
url="https://github.com/lukafilipxvic/Pyzam",
1515
install_requires=[
1616
"asyncio",
17+
"climage"
1718
"requests",
1819
"rich",
1920
"soundfile",

0 commit comments

Comments
 (0)