From 75482013bbaba02a6b8fdbd4b5ee9454dffbb934 Mon Sep 17 00:00:00 2001 From: Sam Carson Date: Tue, 11 Jul 2023 13:54:01 +0100 Subject: [PATCH] Rename to goxlr-py --- docs/conf.py | 2 +- goxlr/_version.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index dc1e204..fd6f2e7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ sys.path.insert(0, os.path.abspath("..")) # Project information -project = "goxlr" +project = "goxlr-py" author = "Sam Carson" # Get year copyright = f"{datetime.datetime.now().year}, {author}" diff --git a/goxlr/_version.py b/goxlr/_version.py index 3e8d9f9..bf25615 100644 --- a/goxlr/_version.py +++ b/goxlr/_version.py @@ -1 +1 @@ -__version__ = "1.4.0" +__version__ = "1.4.1" diff --git a/setup.py b/setup.py index 5e76e76..8da1a64 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ name="goxlr", version=verstr, description="A Python wrapper for the GoXLR Utility API.", - url="https://github.com/samcarsonx/goxlr", + url="https://github.com/samcarsonx/goxlr-py", author="Sam Carson", author_email="sam@samcarson.co.uk", license="MIT",