Skip to content

Commit

Permalink
Changing version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkamppeter committed Feb 26, 2020
1 parent c1518c7 commit 29ccf6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyppd/pyppd-ppdfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def cat(ppd):
def main():
usage = "usage: %prog list\n" \
" %prog cat URI"
version = "%prog 1.0.2\n" \
version = "%prog 1.1.0\n" \
"Copyright (c) 2013 Vitor Baptista.\n" \
"This is free software; see the source for copying conditions.\n" \
"There is NO warranty; not even for MERCHANTABILITY or\n" \
Expand Down
2 changes: 1 addition & 1 deletion pyppd/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def parse_args():
usage = "usage: %prog [options] ppds_directory"
version = "%prog 1.0.2\n" \
version = "%prog 1.1.0\n" \
"Copyright (c) 2013 Vitor Baptista.\n" \
"This is free software; see the source for copying conditions.\n" \
"There is NO warranty; not even for MERCHANTABILITY or\n" \
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def run(self):

setup(
name='pyppd',
version='1.0.2',
version='1.1.0',
author='Vitor Baptista',
author_email='[email protected]',
packages=['pyppd'],
Expand Down

0 comments on commit 29ccf6c

Please sign in to comment.