bump version due to new features

when installing the package, not updating the version number causes pip not to install the update
This commit is contained in:
Roberts Slisans
2025-05-18 13:39:52 +03:00
committed by GitHub
parent 484e4edc08
commit 7453602789
+1 -1
View File
@@ -5,7 +5,7 @@ setup(
description="ACE Step: A Step Towards Music Generation Foundation Model", description="ACE Step: A Step Towards Music Generation Foundation Model",
long_description=open("README.md", encoding="utf-8").read(), long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
version="0.1.2", version="0.2.0",
packages=find_namespace_packages(), packages=find_namespace_packages(),
install_requires=open("requirements.txt", encoding="utf-8").read().splitlines(), install_requires=open("requirements.txt", encoding="utf-8").read().splitlines(),
author="ACE Studio, StepFun AI", author="ACE Studio, StepFun AI",