Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerdq committed Sep 19, 2019
1 parent eb749b4 commit 78e0267
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 @@ -78,7 +78,7 @@ def verify(binary):


@click.group()
@click.version_option(version=click.style('2.2.1', fg='bright_cyan'))
@click.version_option(version=click.style('2.3.0', 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.1',
version='2.3.0',
py_modules=['pdfca'],
install_requires=[
'click',
Expand Down

0 comments on commit 78e0267

Please sign in to comment.