diff --git a/src/pgmon.py b/src/pgmon.py index 6af6f27..38c1f8b 100755 --- a/src/pgmon.py +++ b/src/pgmon.py @@ -23,7 +23,7 @@ from http.server import BaseHTTPRequestHandler, HTTPServer from http.server import ThreadingHTTPServer from urllib.parse import urlparse, parse_qs -VERSION = "0.1.0" +VERSION = "1.0.1" # Configuration config = {}