From 2f4c3a15b749e57a0ac7a039cb597cc7ad4d6e5b Mon Sep 17 00:00:00 2001 From: David Rodenkirchen Date: Wed, 4 Feb 2026 00:03:04 +0100 Subject: [PATCH] bump version to 0.2.0 --- VERSION | 2 +- src/EzggLanManager.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6c6aa7c..341cf11 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/src/EzggLanManager.py b/src/EzggLanManager.py index c4d060b..0779eca 100644 --- a/src/EzggLanManager.py +++ b/src/EzggLanManager.py @@ -198,5 +198,5 @@ if __name__ == "__main__": sys.exit(app.run_as_web_server( host="0.0.0.0", - port=8001, + port=8000, )) -- 2.45.2