Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
everdrone committed Feb 19, 2021
1 parent f78d637 commit 5cb7de0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion genpasswd/cli.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from optparse import OptionParser
from genpasswd import generate

__version__ = '2.0.1'
__version__ = '2.0.2'


def main():
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 @@

setuptools.setup(
name="genpasswd-everdrone",
version="2.0.1",
version="2.0.2",
author="Giorgio Tropiano",
author_email="[email protected]",
description="Password Generator",
Expand Down

0 comments on commit 5cb7de0

Please sign in to comment.