Skip to content

Commit

Permalink
New release!
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaSeth777 committed Mar 28, 2024
1 parent 559de60 commit 9c04bfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pip install Audio-SpectraCLI
2. Import and use modules

- Create a Python file.
- You can use [Example.py](https://github.com/AdityaSeth777/Audio-SpectraCLI/blob/2.3/tests/main.py) as a reference or use the following code :
- You can use [Example.py](https://github.com/AdityaSeth777/Audio-SpectraCLI/blob/3.0/tests/main.py) as a reference or use the following code :

```
from Audio_SpectraCLI import AudioSpectrumVisualizer
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Audio-SpectraCLI
version = 2.3
version = 3.0
author = Aditya Seth
author_email = [email protected]
description = AudioSpectraCLI is a command-line tool that provides real-time FFT visualization of audio spectra. It captures audio input from the microphone and displays the corresponding frequency spectrum directly in the terminal window, allowing users to monitor and analyze audio signals without the need for graphical interfaces.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Audio_SpectraCLI',
version='2.3',
version='3.0',
author="Aditya Seth",
long_description=open('Readme.md', encoding='utf-8').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 9c04bfc

Please sign in to comment.