diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index c9ebf2d..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python-envs.defaultEnvManager": "ms-python.python:system" -} \ No newline at end of file diff --git a/app/__init__.py b/app/__init__.py index 55a3537..c83cfb8 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1,4 +1,4 @@ """Python - FastAPI, Postgres, tsvector""" # Current Version -__version__ = "2.0.7" +__version__ = "2.0.8" diff --git a/app/api/__init__.py b/app/api/__init__.py deleted file mode 100644 index c405d1c..0000000 --- a/app/api/__init__.py +++ /dev/null @@ -1 +0,0 @@ -"""NX AI Python package"""