bump version to 0.9.1
All checks were successful
Build and Release / release (push) Successful in 5s
CI/CD Pipeline / build-and-release (push) Has been skipped
CI/CD Pipeline / notify (push) Successful in 1s
Lint Code / lint (push) Successful in 40s
Run Tests / test (3.12) (push) Successful in 1m3s
Run Tests / test (3.13) (push) Successful in 1m4s
CI/CD Pipeline / lint (push) Successful in 0s
Build and Release / build (push) Successful in 37s
CI/CD Pipeline / test (push) Has been skipped

This commit is contained in:
Илья Глазунов 2025-12-03 13:02:41 +03:00
parent 6761b791c3
commit bb2c3aa357

View File

@ -1,6 +1,6 @@
[project]
name = "pyserve"
version = "0.9.0"
version = "0.9.1"
description = "Simple HTTP Web server written in Python"
authors = [
{name = "Илья Глазунов",email = "i.glazunov@sapiens.solutions"}