Fix file writing for python

This commit is contained in:
2026-04-26 18:04:43 +01:00
parent bb76afac4f
commit aae997fc41
3 changed files with 20 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "slingshot-microservice"
version = "0.1.3"
version = "0.1.4"
description = "Opinionated Rust framework for queue-driven microservices"
license = { text = "MIT" }
requires-python = ">=3.8"