Skip to content

Commit

Permalink
Prepare for 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zdohnal committed Apr 17, 2024
1 parent d3f1a50 commit 3d25734
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

from distutils.core import setup, Extension
import sys
VERSION="2.0.1"
VERSION="2.0.2"
libraries=["cups"]

if sys.platform == "darwin" or sys.platform.startswith("freebsd"):
Expand All @@ -48,8 +48,8 @@
long_description=__doc__,
maintainer="Zdenek Dohnal",
maintainer_email="[email protected]",
url="https://github.com/zdohnal/pycups",
download_url="https://github.com/zdohnal/pycups/releases",
url="https://github.com/OpenPrinting/pycups",
download_url="https://github.com/OpenPrinting/pycups/releases",
classifiers=[
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down

0 comments on commit 3d25734

Please sign in to comment.