diff --git a/.gitignore b/.gitignore index 27fc4b5..f5b3d09 100644 --- a/.gitignore +++ b/.gitignore @@ -49,4 +49,6 @@ local_prompt_cache.db *.cpython-* -trilogy-studio-engine \ No newline at end of file +trilogy-studio-engine + + diff --git a/backend/__pycache__/io_models.cpython-311.pyc b/backend/__pycache__/io_models.cpython-311.pyc deleted file mode 100644 index 61b76ab..0000000 Binary files a/backend/__pycache__/io_models.cpython-311.pyc and /dev/null differ diff --git a/backend/models/__pycache__/helpers.cpython-311.pyc b/backend/models/__pycache__/helpers.cpython-311.pyc deleted file mode 100644 index 33ab294..0000000 Binary files a/backend/models/__pycache__/helpers.cpython-311.pyc and /dev/null differ diff --git a/backend/requirements.txt b/backend/requirements.txt index 310be6c..9d6762d 100644 Binary files a/backend/requirements.txt and b/backend/requirements.txt differ diff --git a/frontend/package.json b/frontend/package.json index 189af7f..e206d3d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,8 +1,8 @@ { "name": "trilogy-studio", "private": true, - "version": "0.0.4", - "description": "A desktop IDE for running PreQL and SQL queries and building PreQL models.", + "version": "0.0.5", + "description": "A desktop IDE for querying, creating, and debugging PreQL models.", "author": { "name": "Trilogy/PreQL Team", "email": "ethan.dickinson@gmail.com"