bump version to 0.7.0
All checks were successful
Lint Code / lint (push) Successful in 49s
Run Tests / test (3.12) (push) Successful in 1m1s
Run Tests / test (3.13) (push) Successful in 58s
CI/CD Pipeline / lint (push) Successful in 0s
Build and Release / build (push) Successful in 32s
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 8s
CI/CD Pipeline / notify (push) Successful in 1s

This commit is contained in:
Илья Глазунов 2025-12-03 00:05:23 +03:00
parent 5262c5e1fb
commit 600f71612b

View File

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