diff --git a/jubeatools/info.py b/jubeatools/info.py index 2de67af..b0b2a5e 100644 --- a/jubeatools/info.py +++ b/jubeatools/info.py @@ -1,2 +1,2 @@ -__version__ = "2.1.0" +__version__ = "2.1.1" __repository_url__ = "https://gitlab.com/square-game-liberation-front/jubeatools" diff --git a/pyproject.toml b/pyproject.toml index 956c744..e5cbbb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jubeatools" -version = "2.1.0" +version = "2.1.1" description = "A toolbox for jubeat file formats" authors = ["Stepland <10530295-Buggyroom@users.noreply.gitlab.com>"] readme = "README.md"