Skip to content

Commit c088834

Browse files
committed
💬 lt25.py ---> LTAmp.py ---> LtAmp.py
1 parent 95a61e1 commit c088834

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# LTAmp.py
1+
# LtAmp.py
22

33
[![PyPI Latest Release](https://img.shields.io/pypi/v/ltamp.svg)](https://pypi.org/project/ltamp/)
44
[![wakatime](https://wakatime.com/badge/user/7482ea9d-3085-4e9b-95ad-1ca78a14d948/project/08632cd5-4928-49fb-8d0d-2d8f2bebbdad.svg)](https://wakatime.com/badge/user/7482ea9d-3085-4e9b-95ad-1ca78a14d948/project/08632cd5-4928-49fb-8d0d-2d8f2bebbdad)
@@ -87,7 +87,7 @@ Other TODOs:
8787
> [!NOTE]
8888
> If you need to contribute in a way which updates protocol classes, you can find the original .proto files in Brent Maxwell's [repository](https://github.com/brentmaxwell/LtAmp/). I unfortunately cannot include these files in this module due to copyleft licensing restrictions.
8989
90-
LTAmp.py is licensed under the permissive MIT license, which means that you may fork, modify, adapt, and redistribute with few restrictions. If you wish to contribute your changes back to the base module, please open a [pull request](/pulls). To report bugs, request features, or discuss the project, open an [issue](/issues) or [discussion](/discussions).
90+
LtAmp.py is licensed under the permissive MIT license, which means that you may fork, modify, adapt, and redistribute with few restrictions. If you wish to contribute your changes back to the base module, please open a [pull request](/pulls). To report bugs, request features, or discuss the project, open an [issue](/issues) or [discussion](/discussions).
9191

9292
## 🙌 Acknowledgements
9393

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ltamp"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "🎸 Cross-platform python interface for LT guitar/bass amplifiers"
55
readme = "README.md"
66
license = {text = "MIT"}
@@ -31,5 +31,5 @@ requires = ["setuptools>=61.0", "wheel"]
3131
build-backend = "setuptools.build_meta"
3232

3333
[project.urls]
34-
Homepage = "https://github.com/bendertools/LTAmp.py"
35-
Repository = "https://github.com/bendertools/LTAmp.py"
34+
Homepage = "https://github.com/bendertools/LtAmp.py"
35+
Repository = "https://github.com/bendertools/LtAmp.py"

0 commit comments

Comments
 (0)