From f5027f3eeb43b89fddd02865dd263d2fb014bdfb Mon Sep 17 00:00:00 2001 From: Russell Jancewicz <russell.jancewicz@gmail.com> Date: Tue, 28 Apr 2015 18:21:33 -0400 Subject: [PATCH] change version number for release to be incremental. --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 94d1f5d..b1794fe 100644 --- a/setup.py +++ b/setup.py @@ -17,10 +17,10 @@ if newer('./src/getdate.y', './src/getdate.c'): execute(spawn, (['bison', '-y', '-o', './src/getdate.c', './src/getdate.y'],)) setup(name='python-kadmin', - version='0.0.2', + version='0.1.1', description='Python module for kerberos admin (kadm5)', url='https://github.com/russjancewicz/python-kadmin', - download_url='https://github.com/russjancewicz/python-kadmin/tarball/0.0.2', + download_url='https://github.com/russjancewicz/python-kadmin/tarball/0.1.1', author='Russell Jancewicz', author_email='russell.jancewicz@gmail.com', license='MIT', @@ -59,10 +59,10 @@ setup(name='python-kadmin', ) setup(name='python-kadmin-local', - version='0.0.2', + version='0.1.1', description='Python module for kerberos admin (kadm5) via root local interface', url='https://github.com/russjancewicz/python-kadmin', - download_url='https://github.com/russjancewicz/python-kadmin/tarball/0.0.2', + download_url='https://github.com/russjancewicz/python-kadmin/tarball/0.1.1', author='Russell Jancewicz', author_email='russell.jancewicz@gmail.com', license='MIT', -- GitLab