Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 4, 2023
1 parent 933d937 commit 2a2d503
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.4.0](https://github.com/ggpedia/artbox/compare/0.3.0...0.4.0) (2023-09-04)


### Features

* add option for downloading from youtube with a specific resolution. ([#7](https://github.com/ggpedia/artbox/issues/7)) ([933d937](https://github.com/ggpedia/artbox/commit/933d937910ba369892760b444d9b3b2fafd2a503))

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


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.3.0" # semantic-release
version = "0.4.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.3.0" # semantic-release
return "0.4.0" # semantic-release


version = get_version()
Expand Down

0 comments on commit 2a2d503

Please sign in to comment.