Update version to 1.0.1

This commit is contained in:
James Campbell 2025-05-14 00:29:09 -04:00
parent bffabd9c8f
commit e6166d1fe3
Signed by: james
GPG Key ID: 2287C33A40DC906A

View File

@ -23,7 +23,7 @@ from http.server import BaseHTTPRequestHandler, HTTPServer
from http.server import ThreadingHTTPServer from http.server import ThreadingHTTPServer
from urllib.parse import urlparse, parse_qs from urllib.parse import urlparse, parse_qs
VERSION = "0.1.0" VERSION = "1.0.1"
# Configuration # Configuration
config = {} config = {}