Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wfxey authored Nov 16, 2024
1 parent 8bb3398 commit aea0218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="BetterTkinter",
version="1.3.3",
version="1.3.4",
license="MIT",
author="Eldritchy",
author_email="eldritchy.help@gmail.com",
Expand All @@ -14,7 +14,7 @@
long_description_content_type="text/markdown",
url="https://github.com/Eldritchy/bettertkinter",
packages=find_packages(include=["bettertkinter", "bettertkinter.*"]),
download_url='https://github.com/Eldritchy/bettertkinter/archive/refs/tags/v1.3.3.tar.gz',
download_url='https://github.com/Eldritchy/bettertkinter/archive/refs/tags/v1.3.4.tar.gz',
classifiers=[
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit aea0218

Please sign in to comment.