Skip to content

Commit

Permalink
bump version -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bradylenz committed Jul 20, 2021
1 parent 41d52df commit 6bded52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## 0.3.0 - 2021-07-20

### Added

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "webex-assistant-sdk"
version = "0.2.0"
version = "0.3.0"
description = "An SDK for developing applications for Webex Assistant."
readme = "README.md"
authors = ["Minh Vo Thanh <[email protected]>", "J.J. Jackson <[email protected]>"]
Expand Down
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, 2, 0)
version = (0, 3, 0)
api_version = (1, 0)
__version__ = '.'.join((str(i) for i in version))

0 comments on commit 6bded52

Please sign in to comment.