Skip to content
Snippets Groups Projects
Commit c749f1e8 authored by Russell Jancewicz's avatar Russell Jancewicz
Browse files

prepend v to version tag id

parent f5027f3e
Branches
Tags v0.1.1
No related merge requests found
......@@ -20,7 +20,7 @@ setup(name='python-kadmin',
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.1.1',
download_url='https://github.com/russjancewicz/python-kadmin/tarball/v0.1.1',
author='Russell Jancewicz',
author_email='russell.jancewicz@gmail.com',
license='MIT',
......@@ -62,7 +62,7 @@ setup(name='python-kadmin-local',
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.1.1',
download_url='https://github.com/russjancewicz/python-kadmin/tarball/v0.1.1',
author='Russell Jancewicz',
author_email='russell.jancewicz@gmail.com',
license='MIT',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment