diff --git a/setup.cfg b/setup.cfg index 39c0acb..d762b21 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = firebolt-sqlalchemy -version = 0.0.1 +version = 1.0 author = Raghav Sharma author_email = raghavs@sigmoidanalytics.com description = Sqlalchemy adapter for Firebolt diff --git a/setup.py b/setup.py index cff4aa6..ea671aa 100644 --- a/setup.py +++ b/setup.py @@ -5,14 +5,14 @@ setuptools.setup( name="firebolt-sqlalchemy", - version="0.0.1", + version="1.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/0.0.1.tar.gz", + download_url="https://github.com/raghavSharmaSigmoid/firebolt-sqlalchemy/archive/refs/tags/1.0.tar.gz", project_urls={ "Bug Tracker": "https://github.com/raghavSharmaSigmoid/firebolt-sqlalchemy", },