diff --git a/setup.cfg b/setup.cfg index 6962af2..982b22d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = firebolt-sqlalchemy -version = v0.0.1 +version = v1.0 author = Raghav Sharma author_email = raghavs@sigmoidanalytics.com description = Sqlalchemy adapter for Firebolt diff --git a/setup.py b/setup.py index d294872..69ca5ed 100644 --- a/setup.py +++ b/setup.py @@ -5,14 +5,14 @@ setuptools.setup( name="firebolt-sqlalchemy", - version="v0.0.1", + version="v1.0", author="Raghav Sharma", author_email="raghavs@sigmoidanalytics.com", description="Sqlalchemy adapter for Firebolt", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/raghavSharmaSigmoid/firebolt-sqlalchemy", - download_url="https://github.com/raghavSharmaSigmoid/firebolt-sqlalchemy/archive/refs/tags/v0.0.1.tar.gz", + download_url="https://github.com/raghavSharmaSigmoid/firebolt-sqlalchemy/archive/refs/tags/v1.0.tar.gz", project_urls={ "Bug Tracker": "https://github.com/raghavSharmaSigmoid/firebolt-sqlalchemy", },