Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerdq committed Aug 16, 2019
1 parent c958865 commit 45e60e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pdfca.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def verify(binary):


@click.group()
@click.version_option(version=click.style('2.2.0', fg='bright_cyan'))
@click.version_option(version=click.style('2.2.1', fg='bright_cyan'))
def cli():
pass

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pdfca',
version='2.2.0',
version='2.2.1',
py_modules=['pdfca'],
install_requires=[
'click',
Expand Down

0 comments on commit 45e60e2

Please sign in to comment.