bump version in __init__.py and some changes in .gitignore
Lint Code / lint (push) Successful in 40s
CI/CD Pipeline / lint (push) Successful in 0s
Run Tests / test (3.12) (push) Successful in 54s
Run Tests / test (3.13) (push) Successful in 52s
CI/CD Pipeline / test (push) Successful in 0s
CI/CD Pipeline / build-and-release (push) Has been skipped
CI/CD Pipeline / notify (push) Successful in 0s

This commit is contained in:
Илья Глазунов
2025-12-03 00:30:18 +03:00
parent 600f71612b
commit 1b462bd5f0
3 changed files with 44 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
PyServe - HTTP web server written on Python
"""
__version__ = "0.6.0"
__version__ = "0.7.0"
__author__ = "Ilya Glazunov"
from .server import PyServeServer