File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ def cat(ppd):
7878def main ():
7979 usage = "usage: %prog list\n " \
8080 " %prog cat URI"
81- version = "%prog 1.1.0 \n " \
81+ version = "%prog 1.1.1 \n " \
8282 "Copyright (c) 2013 Vitor Baptista.\n " \
8383 "This is free software; see the source for copying conditions.\n " \
8484 "There is NO warranty; not even for MERCHANTABILITY or\n " \
Original file line number Diff line number Diff line change 88
99def parse_args ():
1010 usage = "usage: %prog [options] ppds_directory"
11- version = "%prog 1.1.0 \n " \
11+ version = "%prog 1.1.1 \n " \
1212 "Copyright (c) 2013 Vitor Baptista.\n " \
1313 "This is free software; see the source for copying conditions.\n " \
1414 "There is NO warranty; not even for MERCHANTABILITY or\n " \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def run(self):
1919
2020setup (
2121 name = 'pyppd' ,
22- version = '1.1.0 ' ,
22+ version = '1.1.1 ' ,
2323 author = 'Vitor Baptista' ,
2424 author_email = 'vitor@vitorbaptista.com' ,
2525 packages = ['pyppd' ],
You can’t perform that action at this time.
0 commit comments