Skip to content

Commit 0e9d3d0

Browse files
authored
chore: Bump packages to v0.4.0 (#145)
1 parent 7f0e6ad commit 0e9d3d0

3 files changed

Lines changed: 70 additions & 120 deletions

File tree

Cargo.lock

Lines changed: 68 additions & 118 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client_sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tacoq"
3-
version = "0.4.0-alpha.1"
3+
version = "0.4.0"
44
description = "Python SDK to interact with the TacoQ task queue."
55
readme = "README.md"
66
authors = [

server/relay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "relay"
3-
version = "0.4.0-alpha.1"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "The relay is a monolithic service that handles communication with the database, distributing tasks among workers, and communicating with the database."
66

0 commit comments

Comments
 (0)