Skip to content

Commit 36c8a6b

Browse files
committed
Change version to 1.2
1 parent cb30844 commit 36c8a6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
setup(
77
name="lamp_display",
88
packages=["lamp_display"],
9-
version="1.1",
9+
version="1.2",
1010
license="MIT",
1111
description="A Python module to simulate a Minecraft lamp display.",
1212
long_description=readme,
1313
long_description_content_type="text/markdown",
1414
author="Matthias Wijnsma",
1515
author_email="[email protected]",
1616
url="https://github.com/Matthias1590/LampDisplay",
17-
download_url="https://github.com/Matthias1590/LampDisplay/archive/refs/tags/v1.1.tar.gz",
17+
download_url="https://github.com/Matthias1590/LampDisplay/archive/refs/tags/v1.2.tar.gz",
1818
python_requires=">= 3.9",
1919
install_requires=[
2020
"pygame",

0 commit comments

Comments
 (0)