Skip to content

Commit 38a173a

Browse files
authored
Merge pull request #24 from firebolt-db/develop
Develop
2 parents a3350e9 + 2e4aa66 commit 38a173a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = firebolt-sqlalchemy
3-
version = 0.0.8
3+
version = 0.0.9
44
author = Firebolt
55
author_email = [email protected]
66
description = Sqlalchemy adapter for Firebolt

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
setuptools.setup(
77
name="firebolt-sqlalchemy",
8-
version="0.0.8",
8+
version="0.0.9",
99
author="Firebolt",
1010
author_email="[email protected]",
1111
description="Sqlalchemy adapter for Firebolt",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/firebolt-db/firebolt-sqlalchemy",
15-
download_url="https://github.com/firebolt-db/firebolt-sqlalchemy/archive/refs/tags/0.0.8.tar.gz",
15+
download_url="https://github.com/firebolt-db/firebolt-sqlalchemy/archive/refs/tags/0.0.9.tar.gz",
1616
project_urls={
1717
"Bug Tracker": "https://github.com/firebolt-db/firebolt-sqlalchemy",
1818
},

src/firebolt_db/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
if found_dotenv:
77
load_dotenv(found_dotenv)
8-
base_url = os.environ["BASE_URL"]
8+
base_url = os.environ["FIREBOLT_BASE_URL"]
99
else:
1010
base_url = "https://api.app.firebolt.io"
1111

0 commit comments

Comments
 (0)