From 4d0048c6b1e7b0cf9036936ab4ef1b7007fe0380 Mon Sep 17 00:00:00 2001
From: vermaas <vermaas@astron.nl>
Date: Tue, 25 Oct 2022 15:15:39 +0200
Subject: [PATCH] micro change to trigger build

---
 dev_scripts/convert_alta_to_adex_cache.py | 2 +-
 main.py                                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev_scripts/convert_alta_to_adex_cache.py b/dev_scripts/convert_alta_to_adex_cache.py
index 607cf1f..afb084c 100644
--- a/dev_scripts/convert_alta_to_adex_cache.py
+++ b/dev_scripts/convert_alta_to_adex_cache.py
@@ -130,7 +130,7 @@ def main():
     # Check the invocation arguments
     parser = argparse.ArgumentParser()
     parser.add_argument("--version", default=False, help="Show current version of this program", action="store_true")
-    parser.add_argument("--source_database_url", nargs="?", default='postgres:postgres@localhost/altadb_1sept2022:5432', help="Source database string")
+    parser.add_argument("--source_database_url", nargs="?", default='postgres:postgres@localhost/alta:5432', help="Source database string")
     parser.add_argument("--target_database_url", nargs="?", default='postgres:postgres@localhost/adex_cache:5432', help="Source database string")
 
     args = parser.parse_args()
diff --git a/main.py b/main.py
index 3ba56ca..8e8d3e3 100644
--- a/main.py
+++ b/main.py
@@ -9,7 +9,7 @@ from routers import skyviews
 app = FastAPI(
     title="ADEX backend",
     description="ADEX backend FastAPI",
-    version="0.0.1",
+    version="0.1.0",
     docs_url='/adex-fastapi/docs',
     redoc_url='/adex-fastapi/redoc',
     openapi_url='/adex-fastapi/openapi.json',
-- 
GitLab