Skip to content

Commit

Permalink
bump: version 3.12.0 → 3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 6, 2024
1 parent 066a806 commit f0d3141
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion breadbox-client/latest-breadbox-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2563,7 +2563,7 @@
},
"info": {
"title": "Breadbox",
"version": "3.12.0"
"version": "3.12.1"
},
"openapi": "3.1.0",
"paths": {
Expand Down
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.12.0"
version = "3.12.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.12.0"
version = "3.12.1"
description = "A peristent service that stores and fetches datasets"
authors = ["Jessica Cheng <[email protected]>"]
packages = [{include = "breadbox"}]
Expand Down Expand Up @@ -56,7 +56,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.12.0"
version = "3.12.1"
version_files = [
'pyproject.toml:version',
'../breadbox-client/pyproject.toml:version',
Expand Down

0 comments on commit f0d3141

Please sign in to comment.