Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amoh-godwin authored Dec 28, 2024
1 parent 965b721 commit 2e95e79
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 @@ -4,7 +4,7 @@

setup(
name="Qmlview",
version="3.2.2b05",
version="3.2.2",
packages=find_packages(),
install_requires=['PyQt6-Qt6', 'PyQt6'],
entry_points={
Expand All @@ -26,7 +26,7 @@
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: Other Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
Expand Down

0 comments on commit 2e95e79

Please sign in to comment.