Skip to content

Commit

Permalink
chore(release): 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 31, 2024
1 parent a2ea8ea commit 935513b
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.3](https://github.com/osl-incubator/artbox/compare/0.5.2...0.5.3) (2024-01-31)


### Bug Fixes

* **dependency:** Add typer as a direct dependency ([#23](https://github.com/osl-incubator/artbox/issues/23)) ([a2ea8ea](https://github.com/osl-incubator/artbox/commit/a2ea8ea09517e204fc51d998f9423551e6fede94))

## [0.5.2](https://github.com/osl-incubator/artbox/compare/0.5.1...0.5.2) (2024-01-31)


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.5.2" # semantic-release
version = "0.5.3" # semantic-release
description = "ArtBox is a tool set for handling multimedia files."
readme = "docs/index.md"
authors = ["Ivan Ogasawara <[email protected]>"]
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.5.2" # semantic-release
return "0.5.3" # semantic-release


version = get_version()
Expand Down

0 comments on commit 935513b

Please sign in to comment.