From c5f3539ddcea5323573b4e6c4b0a3e199b604ac8 Mon Sep 17 00:00:00 2001 From: magnuswatn Date: Sun, 4 Jun 2017 15:04:08 +0200 Subject: [PATCH] Preparing new PyPi release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 05ac5f9..f13333d 100644 --- a/setup.py +++ b/setup.py @@ -10,10 +10,10 @@ license='MIT', url='https://github.com/magnuswatn/certsrv', keywords='ad adcs certsrv pki certificate', - version='1.0.1', + version='1.5.0', py_modules=['certsrv'], classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: System Administrators', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License',