Skip to content

Commit

Permalink
Bump version to 0.0.2
Browse files Browse the repository at this point in the history
- Bump version in the setup.py
- Bump version in doc config

Signed-off-by: Wayne Sun <[email protected]>
  • Loading branch information
waynesun09 committed May 25, 2022
1 parent 4d92858 commit a43658f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
# built documents.
#
# The short X.Y version.
version = '0.0.1'
version = '0.0.2'
# The full version, including alpha/beta/rc tags.
release = ''

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
if __name__ == "__main__":
setup(
name=PACKAGE_NAME,
version='0.0.1',
version='0.0.2',
description="Python SDK for Polarion",
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit a43658f

Please sign in to comment.