Skip to content

Commit

Permalink
Bump version displayed in help message
Browse files Browse the repository at this point in the history
  • Loading branch information
ItEndsWithTens committed Mar 28, 2013
1 parent 1ef165f commit f432331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertalert.py
Expand Up @@ -261,7 +261,7 @@ def vertalert(file_in, fix=False, fixname=None, thresh=None,

if __name__ == '__main__':
import argparse
PARSER = argparse.ArgumentParser(description="VertAlert 0.2.1")
PARSER = argparse.ArgumentParser(description="VertAlert 1.0.0")
PARSER.add_argument("input", help="VMF to check")
PARSER.add_argument(
"-f", "--fix", help="write fixed up VMF", action="store_true")
Expand Down

0 comments on commit f432331

Please sign in to comment.