Skip to content

Commit

Permalink
bump: version 3.20.0 → 3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 9, 2025
1 parent 8fb141d commit 0bc0a7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion breadbox-client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "breadbox-client"
version = "3.20.0"
version = "3.20.1"
description = "A client library for accessing Breadbox"

authors = []
Expand Down
4 changes: 2 additions & 2 deletions breadbox/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "breadbox"
version = "3.20.0"
version = "3.20.1"
description = "A peristent service that stores and fetches datasets"
authors = ["Jessica Cheng <[email protected]>"]
packages = [{include = "breadbox"}]
Expand Down Expand Up @@ -57,7 +57,7 @@ name = "cz_customize" # Must use name 'cz_customize' in order to enable custom
tag_format = "breadbox-$version"
version_scheme = "pep440"
version_provider = "poetry"
version = "3.20.0"
version = "3.20.1"
version_files = [
'pyproject.toml:version',
'../breadbox-client/pyproject.toml:version',
Expand Down

0 comments on commit 0bc0a7b

Please sign in to comment.