diff options
author | Nagappan <nagapan@gmail.com> | 2010-04-14 03:43:32 -0700 |
---|---|---|
committer | Nagappan <nagapan@gmail.com> | 2010-04-14 03:43:32 -0700 |
commit | 4dce5a08eab6f734902bd6f44fe49901abc74a84 (patch) | |
tree | 176068f12027f99c622cef4b2fbf569a6671b7c5 | |
parent | e9802faa9caf5d03bbab538868e901b2b14078a1 (diff) |
Bumped LDTP version to 2.0.6LDTP_2.0.6
-rwxr-xr-x | scripts/ldtp | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ldtp b/scripts/ldtp index 433c61e..e1f4e28 100755 --- a/scripts/ldtp +++ b/scripts/ldtp @@ -17,7 +17,7 @@ def parse_cmd_line_option(): (options, args) = parser.parse_args() if options.version: # Print version info and exit - print 'ldtp-2.0.5' + print 'ldtp-2.0.6' sys.exit(0) parse_cmd_line_option() @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='ldtp', - version='2.0.5', + version='2.0.6', description='Linux Desktop Testing Project Version 2', maintainer='Nagappan Alagappan', maintainer_email='nagappan@gmail.com', |