diff --git a/charts/smsbot/Chart.yaml b/charts/smsbot/Chart.yaml index 878b1cb..03c0a39 100644 --- a/charts/smsbot/Chart.yaml +++ b/charts/smsbot/Chart.yaml @@ -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 diff --git a/charts/smsbot/values.yaml b/charts/smsbot/values.yaml index bdf59f6..a44e6cd 100644 --- a/charts/smsbot/values.yaml +++ b/charts/smsbot/values.yaml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 77674d3..efeec3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" } diff --git a/uv.lock b/uv.lock index 0d324a6..26de6a1 100644 --- a/uv.lock +++ b/uv.lock @@ -539,7 +539,7 @@ wheels = [ [[package]] name = "smsbot" -version = "0.0.6" +version = "0.0.7" source = { editable = "." } dependencies = [ { name = "flask" },