Version 0.0.7

This commit is contained in:
2025-08-16 13:13:03 +01:00
parent f7b570d786
commit 7fc2616b4b
4 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 0.0.5
appVersion: 0.0.7
description: A simple Telegram bot to receive SMS messages.
name: smsbot
version: 0.0.6
version: 0.0.7
kubeVersion: ">=1.19.0-0"
keywords:
- smsbot

View File

@@ -11,14 +11,14 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: 0.0.5
tag: 0.0.7
# -- environment variables.
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# SMSBOT_TELEGRAM_BOT_TOKEN:
# SMSBOT_TELEGRAM_BOT_TOKEN:
# -- Configures service settings for the chart.
# @default -- See values.yaml

View File

@@ -1,6 +1,6 @@
[project]
name = "smsbot"
version = "0.0.6"
version = "0.0.7"
description = "A simple Telegram bot to receive SMS messages."
authors = [{ name = "Andrew Williams", email = "andy@tensixtyone.com" }]
license = { text = "MIT" }

2
uv.lock generated
View File

@@ -539,7 +539,7 @@ wheels = [
[[package]]
name = "smsbot"
version = "0.0.6"
version = "0.0.7"
source = { editable = "." }
dependencies = [
{ name = "flask" },