diff --git a/CHANGELOG.md b/CHANGELOG.md index f032c04..a5addd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.5.1 (2024-03-23) + +### Fix + +- create home directory on first use + ## v0.5.0 (2024-03-23) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 74f96cf..2adaeb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "cryptobots" -version = "0.5.0" +version = "0.5.1" description = "Cyptocurrency trading bots" readme = "README.md" requires-python = ">=3.11" @@ -47,7 +47,7 @@ where = ["src"] [tool.commitizen] name = "cz_conventional_commits" -version = "0.5.0" +version = "0.5.1" tag_format = "v$version" version_provider = "pep621" version_files = [