Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-mackle committed Mar 23, 2024
2 parents 5e19ad7 + e146b50 commit 772f154
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.5.1 (2024-03-23)

### Fix

- create home directory on first use

## v0.5.0 (2024-03-23)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit 772f154

Please sign in to comment.