diff --git a/pyproject.toml b/pyproject.toml index 8480e7c..fd8c158 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,4 +11,5 @@ classifiers = ["License :: OSI Approved :: MIT License"] dynamic = ["version", "description"] [project.urls] -Home = "https://mcottondesign.com" +Home = "https://mcotton.space" +Source = "https://git.mcotton.space/mcotton/EagleEyev3" diff --git a/src/EagleEyev3/__init__.py b/src/EagleEyev3/__init__.py index fe2f8b3..036714d 100644 --- a/src/EagleEyev3/__init__.py +++ b/src/EagleEyev3/__init__.py @@ -1,5 +1,5 @@ """ Python client for Eagle Eye Networks APIv3 """ -version = "0.0.18" +version = "0.0.19" __version__ = version