Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 30, 2023
1 parent d4381f7 commit bb42d77
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Release Notes
---

# [0.3.0](https://github.com/ggpedia/artbox/compare/0.2.0...0.3.0) (2023-08-30)


### Features

* Add engine options for Voice class. ([#6](https://github.com/ggpedia/artbox/issues/6)) ([d4381f7](https://github.com/ggpedia/artbox/commit/d4381f781a98ffb51fb103d671c5a9115bb3f6d1))

# [0.2.0](https://github.com/ggpedia/artbox/compare/0.1.0...0.2.0) (2023-08-29)


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 = "artbox"
version = "0.2.0" # semantic-release
version = "0.3.0" # semantic-release
description = "GGPEDIA Youtube aims to create youtube videos with AI"
authors = ["Ivan Ogasawara <ivan.ogasawara@gmail.com>"]
packages = [
Expand Down
2 changes: 1 addition & 1 deletion src/artbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def get_version():
try:
return importlib_metadata.version(__name__)
except importlib_metadata.PackageNotFoundError: # pragma: no cover
return "0.2.0" # semantic-release
return "0.3.0" # semantic-release


version = get_version()
Expand Down

0 comments on commit bb42d77

Please sign in to comment.