diff --git a/jubeatools/info.py b/jubeatools/info.py index 3908c3a..21bc4f0 100644 --- a/jubeatools/info.py +++ b/jubeatools/info.py @@ -1,2 +1,2 @@ -__version__ = "2.0.7" +__version__ = "2.0.8" __repository_url__ = "https://gitlab.com/square-game-liberation-front/jubeatools" diff --git a/pyproject.toml b/pyproject.toml index 5eaf865..650c2e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jubeatools" -version = "2.0.7" +version = "2.0.8" description = "A toolbox for jubeat file formats" authors = ["Stepland <10530295-Buggyroom@users.noreply.gitlab.com>"] readme = "README.md"