bump version in __init__.py and some changes in .gitignore

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