diff --git a/jubeatools/__init__.py b/jubeatools/__init__.py index f737a23..415bce4 100644 --- a/jubeatools/__init__.py +++ b/jubeatools/__init__.py @@ -1,3 +1,3 @@ from .song import Song -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/pyproject.toml b/pyproject.toml index 2d5a9ac..90181de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,10 @@ [tool.poetry] name = "jubeatools" -version = "0.1.0" +version = "0.1.1" description = "A toolbox for jubeat file formats" authors = ["Stepland <16676308+Stepland@users.noreply.github.com>"] readme = "README.md" +repository = "https://github.com/Stepland/jubeatools" [tool.poetry.dependencies] python = "^3.8"