From 3d257343f98229ff65e4350e010245409551a1ca Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Wed, 17 Apr 2024 13:32:42 +0200 Subject: [PATCH] Prepare for 2.0.2 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 1454a1d..d76ee48 100644 --- a/setup.py +++ b/setup.py @@ -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"): @@ -48,8 +48,8 @@ long_description=__doc__, maintainer="Zdenek Dohnal", maintainer_email="zdohnal@redhat.com", - 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",