Skip to content

Commit

Permalink
bumping up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik Subramanian authored and Karthik Subramanian committed Jun 20, 2020
1 parent 16856ce commit 36dec27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion postman_doc_gen/postman_doc_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def init_arg_parse() -> argparse.ArgumentParser:
)
parser.add_argument(
"-v", "--version", action="version",
version=f"{parser.prog} Version 1.0.1"
version=f"{parser.prog} Version 1.0.2"
)
parser.add_argument('collection', help='The Postman collection json')
parser.add_argument('-e', '--env', help='The Postman environment json')
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='postman_doc_gen',

version='1.0.1',
version='1.0.2',

url='https://github.com/karthiks3000/postman-doc-gen.git',

Expand Down

0 comments on commit 36dec27

Please sign in to comment.