Skip to content

Commit

Permalink
chore(release): 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 19, 2024
1 parent fb1303e commit 742e0d3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Release Notes
---

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


### Bug Fixes

* Fix dependencies ([#16](https://github.com/osl-incubator/artbox/issues/16)) ([0f0feec](https://github.com/osl-incubator/artbox/commit/0f0feecbbd0b9d639c3133060f6f3350f7a811a1))
* Update dependencies ([#17](https://github.com/osl-incubator/artbox/issues/17)) ([fb1303e](https://github.com/osl-incubator/artbox/commit/fb1303efa3308b94efdbe5eafd4c1f3433bda335))

# Release Notes

---
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.0" # semantic-release
version = "0.4.1" # 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.0" # semantic-release
return "0.4.1" # semantic-release


version = get_version()
Expand Down

0 comments on commit 742e0d3

Please sign in to comment.