Skip to content

Commit 2e4aa66

Browse files
author
Pop Cosmin
committed
update base url env variable
1 parent a9c99f4 commit 2e4aa66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
},

0 commit comments

Comments
 (0)