diff --git a/pyproject.toml b/pyproject.toml index ceeea47..d19695e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] readme = "README.md" -version = "0.0.1" +version = "1.0.0" # If a Python code subdirectory is used: # packages = [ @@ -56,9 +56,9 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.urls] homepage = "https://dev.libre.is" documentation = "https://dev.libre.is" -repository = "https://code.libre.is/libre/sndid" -issues = "https://code.libre.is/libre/sndid/issues" -changelog = "https://code.libre.is/libre/sndid/raw/branch/main/CHANGELOG.txt" +repository = "https://code.libre.is/libre/dev-libre-is" +issues = "https://code.libre.is/libre/dev-libre-is/issues" +changelog = "https://code.libre.is/libre/dev-libre-is/raw/branch/main/CHANGELOG.txt" # Directory of Python scripts, if used. # [options.packages.find]