Skip to content

Commit

Permalink
v-1.0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bkraad47 committed Jul 28, 2024
1 parent af8632e commit a42622a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Also, requires ffmpeg: https://support.audacityteam.org/basics/installing-ffmpeg
You can run the example provided in example.py:

```
from fat_llama.audio_fattener.feed import upscale
from fat_llama_fftw.audio_fattener.feed import upscale
# Example call to the method
upscale(
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='fat_llama_fftw',
version='1.0.4.1',
version='1.0.4.2',
packages=find_packages(),
install_requires=[
'numpy',
Expand Down

0 comments on commit a42622a

Please sign in to comment.