Skip to content

Commit

Permalink
Update version number in _version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
snow0x2d0 committed Aug 19, 2021
1 parent c943d03 commit bb0f1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webex_assistant_sdk/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = (0, 3, 0)
version = (0, 4, 0)
api_version = (1, 0)
__version__ = '.'.join((str(i) for i in version))

0 comments on commit bb0f1ad

Please sign in to comment.