File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11[metadata]
22name = firebolt-sqlalchemy
3- version = 1 .0.1
3+ version = 0 .0.2
44author = Raghav Sharma
5566description = Sqlalchemy adapter for Firebolt
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "firebolt-sqlalchemy" ,
8- version = "1 .0.1 " ,
8+ version = "0 .0.2 " ,
99 author = "Raghav Sharma" ,
10101111 description = "Sqlalchemy adapter for Firebolt" ,
1212 long_description = long_description ,
1313 long_description_content_type = "text/markdown" ,
1414 url = "https://github.com/raghavSharmaSigmoid/firebolt-sqlalchemy" ,
15- download_url = "https://github.com/raghavSharmaSigmoid/firebolt-sqlalchemy/archive/refs/tags/1 .0.1 .tar.gz" ,
15+ download_url = "https://github.com/raghavSharmaSigmoid/firebolt-sqlalchemy/archive/refs/tags/0 .0.2 .tar.gz" ,
1616 project_urls = {
1717 "Bug Tracker" : "https://github.com/raghavSharmaSigmoid/firebolt-sqlalchemy" ,
1818 },
1919 install_requires = [
2020 'sqlalchemy>=1.0.0' ,
2121 "requests" ,
22- "datetime" ,
23- "functools"
22+ "datetime"
2423 ],
2524 entry_points = {
2625 "sqlalchemy.dialects" : [
You can’t perform that action at this time.
0 commit comments