Skip to content

Commit

Permalink
Rename to goxlr-py
Browse files Browse the repository at this point in the history
  • Loading branch information
samcarsonx committed Jul 11, 2023
1 parent 93e51b3 commit 7548201
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion goxlr/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.0"
__version__ = "1.4.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
license="MIT",
Expand Down

0 comments on commit 7548201

Please sign in to comment.