Skip to content

Commit

Permalink
release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmosgenius committed Dec 13, 2024
1 parent 1520561 commit e4ae580
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"editor.formatOnSave": false,
"[go]": {
"editor.formatOnSave": true
}
}
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "bakerstreet"
version = "2.1.0"
version = "2.2.0"
description = "The place where most characters meet. RPC defnition for our services"
authors = [{ name = "Appknox", email = "engineering@appknox.com" }]
dependencies = [
Expand All @@ -10,8 +10,8 @@ dependencies = [
requires-python = ">=3.12"
license = { file = "LICENSE" }
keywords = [
"appknox",
"rpc",
"appknox",
"rpc",
"bakerstreet",
]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4ae580

Please # to comment.