Bump version
All checks were successful
/ test (push) Successful in 4s

This commit is contained in:
phil 2024-12-02 18:23:42 +01:00
parent 59c46ac2b7
commit cb842e8a7a

View file

@ -1,6 +1,6 @@
[project]
name = "sms_handler"
version = "0.0.0"
version = "0.0.1"
#dynamic = ["version"]
description = "Listen to messages from the SMS Forwarder app on Android and send mail"
readme = "README.md"
@ -25,7 +25,4 @@ packages = ["src/sms_handler"]
[tool.uv]
package = true
dev-dependencies = [
"httpx>=0.28.0",
"pytest>=8.3.3",
]
dev-dependencies = ["httpx>=0.28.0", "pytest>=8.3.3"]