Version 0.0.4

This commit is contained in:
2023-03-11 06:38:29 +00:00
parent 8c91dacc7e
commit 3bf3823b77
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.10-alpine
FROM python:3.11-alpine
WORKDIR /app
COPY . /app
RUN pip install .

View File

@@ -1,6 +1,6 @@
[metadata]
name = smsbot
version = 0.0.3
version = 0.0.4
description = A simple Telegram bot to receive SMS messages.
long_description = file: README.md, LICENSE
license = MIT
@@ -9,7 +9,7 @@ classifiers =
Framework :: Flask
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.11
[options]
zip_safe = False