Skip to content

Commit

Permalink
Changed version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsMonstad committed Jan 20, 2025
1 parent 2543e8b commit 96b367b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "amt-augpy1.0"
version = "1.0.2"
version = "1.0.3"
authors = [
{ name="Lars Monstad", email="lars.monstad@gmail.com" },
]
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="amt-augpy",
version="1.0.2",
version="1.0.3",
packages=find_packages(),
install_requires=[
'librosa==0.9.1', # Specific version for compatibility with torchcrepe
Expand Down

0 comments on commit 96b367b

Please sign in to comment.