Skip to content

Commit

Permalink
chore(release): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 21, 2024
1 parent 8223bd1 commit 2592651
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.5.0](https://github.com/osl-incubator/artbox/compare/0.4.1...0.5.0) (2024-01-21)


### Features

* Change CLI backend to Typer ([#19](https://github.com/osl-incubator/artbox/issues/19)) ([8223bd1](https://github.com/osl-incubator/artbox/commit/8223bd1faf46f6854284493e6d9bc3f935159600))

## [0.4.1](https://github.com/osl-incubator/artbox/compare/0.4.0...0.4.1) (2024-01-19)


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.4.1" # semantic-release
version = "0.5.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.4.1" # semantic-release
return "0.5.0" # semantic-release


version = get_version()
Expand Down

0 comments on commit 2592651

Please sign in to comment.