bump version to 0.9.0
Some checks failed
Run Tests / test (3.12) (push) Successful in 1m10s
Run Tests / test (3.13) (push) Successful in 1m9s
CI/CD Pipeline / lint (push) Successful in 0s
Build and Release / build (push) Successful in 41s
CI/CD Pipeline / test (push) Has been skipped
CI/CD Pipeline / build-and-release (push) Has been skipped
Build and Release / release (push) Successful in 5s
CI/CD Pipeline / notify (push) Successful in 1s
Lint Code / lint (push) Failing after 38s

This commit is contained in:
Илья Глазунов 2025-12-03 12:55:42 +03:00
parent 5d863bc97c
commit fb87445cbd

View File

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