Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
updating version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Jun 2, 2011
1 parent 3fbd3b4 commit 8c6615b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion garmr.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def _total_seconds(self, start, finish):


def main(): def main():
usage = "Usage: %prog [option] arg" usage = "Usage: %prog [option] arg"
parser = OptionParser(usage=usage, version="%prog 0.1") parser = OptionParser(usage=usage, version="%prog 0.2")
parser.add_option("-u", "--url", action="store", type="string", parser.add_option("-u", "--url", action="store", type="string",
dest="aut", help="Url to be tested") dest="aut", help="Url to be tested")
parser.add_option("-f", "--file", action="store", type="string", parser.add_option("-f", "--file", action="store", type="string",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
def main(): def main():
setup(name='Garmr', setup(name='Garmr',
version='0.1', version='0.2',
description='A tool for testing a web application for basic security holes', description='A tool for testing a web application for basic security holes',
author='David Burns', author='David Burns',
author_email='dburns at mozilladotcom', author_email='dburns at mozilladotcom',
Expand Down

0 comments on commit 8c6615b

Please sign in to comment.