Skip to content

Commit

Permalink
bump: version 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 5, 2023
1 parent 30ad2e4 commit c92215d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 0.1.0 (2023-11-05)

### Feat

- **classes.py**: add retry decorator for _request (#10)
- initial commit (#1)

### Fix

- **bump-version.yml,python-app.yml**: fix missing not operator with if statement (#11)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "pyplayht"
description = "Python wrapper for PlayHT REST API"
authors = [{name = "dobizz", email = "ronnie.code@outlook.com"}]
version = "0.0.0"
version = "0.1.0"
license = {file = "LICENSE"}
requires-python = ">=3.8"
dynamic = ["dependencies"]
Expand Down
2 changes: 1 addition & 1 deletion src/pyplayht/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.0"
__version__ = "0.1.0"

0 comments on commit c92215d

Please sign in to comment.