Skip to content
Snippets Groups Projects
Commit 35282020 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Fix arg parsing again. Sigh.

parent 2eaecfd2
Branches
Tags v1.6.3
No related merge requests found
Pipeline #
...@@ -163,7 +163,7 @@ if 'setuptools' not in dir(): ...@@ -163,7 +163,7 @@ if 'setuptools' not in dir():
setup( setup(
cmdclass=cmdclass, cmdclass=cmdclass,
name='chkcrontab', name='chkcrontab',
version='1.6.2', version='1.6.3',
url='http://code.google.com/p/chkcrontab', url='http://code.google.com/p/chkcrontab',
author='Kevin Lyda', author='Kevin Lyda',
author_email='lyda@google.com', author_email='lyda@google.com',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment