Skip to content

Commit c0ad559

Browse files
committed
pyppd 1.1.1 Release
1 parent 0d65213 commit c0ad559

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyppd/pyppd-ppdfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def cat(ppd):
7878
def 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" \

pyppd/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
def 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" \

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def run(self):
1919

2020
setup(
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'],

0 commit comments

Comments
 (0)