Skip to content

Commit 59cadf1

Browse files
committed
Merge branch 'release/0.2.1'
2 parents d63fb3d + a498aed commit 59cadf1

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

app/cache-preloader/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "solbot-cache-preloader"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Cache preloading service for Solana Trading Bot"
55
authors = [{ name = "mkdir700", email = "mkdir700@gmail.com" }]
66
dependencies = [

app/tg-bot/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "solbot-tgbot"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Telegram bot for Solana trading"
55
authors = [
66
{ name = "mkdir700", email = "mkdir700@gmail.com" },

app/trading/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "solbot-trading"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Trading for Solana"
55
authors = [{ name = "mkdir700", email = "mkdir700@gmail.com" }]
66
dependencies = [

app/wallet-tracker/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "solbot-wallet-tracker"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Wallet tracking service for Solana Trading Bot"
55
authors = [{ name = "mkdir700", email = "mkdir700@gmail.com" }]
66
dependencies = [

libs/cache/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "solbot-cache"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Cache utilities for Solana Trading Bot"
55
authors = [{ name = "mkdir700", email = "mkdir700@gmail.com" }]
66
dependencies = [

libs/common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "solbot-common"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Common utilities for Solana Trading Bot"
55
authors = [{ name = "mkdir700", email = "mkdir700@gmail.com" }]
66
dependencies = [

libs/db/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "solbot-db"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Database utilities for Solana Trading Bot"
55
authors = [{ name = "mkdir700", email = "mkdir700@gmail.com" }]
66
dependencies = [

libs/services/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "solbot-services"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Common services for Solana Trading Bot"
55
authors = [{ name = "mkdir700", email = "mkdir700@gmail.com" }]
66
dependencies = [

libs/yellowstone_grpc/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "solbot-yellowstone-grpc"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Yellowstone gRPC client for Solana Trading Bot"
55
authors = [{ name = "mkdir700", email = "mkdir700@gmail.com" }]
66
dependencies = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "open-sol-bot"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Open Solana Trading Bot"
55
authors = [
66
{ name = "mkdir700", email = "mkdir700@gmail.com" },

0 commit comments

Comments
 (0)