We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bd0bc commit 504b6eeCopy full SHA for 504b6ee
1 file changed
settings.ini
@@ -1,8 +1,8 @@
1
[DEFAULT]
2
repo = fastsql
3
lib_name = fastsql
4
-version = 2.0.4
5
-min_python = 3.9
+version = 2.1.0
+min_python = 3.10
6
license = apache2
7
black_formatting = False
8
doc_path = _docs
@@ -18,9 +18,9 @@ doc_baseurl = /fastsql
18
git_url = https://github.com/answerdotai/fastsql
19
title = fastsql
20
audience = Developers
21
-author = Jeremy Howard and Daniel Roy Greenfeld
22
-author_email = daniel@feldroy.com
23
-copyright = 2024 onwards, Jeremy Howard and Daniel Roy Greenfeld
+author = Jeremy Howard, Daniel Roy Greenfeld, and Answer.AI team
+author_email = info@answer.ai
+copyright = 2024 onwards, Answer.AI
24
description = A MiniDataAPI spec implementation for SQLAlchemy V2
25
keywords = nbdev jupyter notebook python
26
language = English
0 commit comments