Skip to content

Commit e12df21

Browse files
committed
bump
1 parent e4ae314 commit e12df21

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

fastsql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "2.0.4"
1+
__version__ = "2.1.1"
22
from .core import *
33

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name="fastsql"
7-
requires-python=">=3.9"
7+
requires-python=">=3.10"
88
dynamic = [ "keywords", "description", "version", "dependencies", "optional-dependencies", "readme", "license", "authors", "classifiers", "entry-points", "scripts", "urls"]
99

1010
[tool.uv]

settings.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = fastsql
33
lib_name = fastsql
4-
version = 2.1.0
4+
version = 2.1.1
55
min_python = 3.10
66
license = apache2
77
black_formatting = False
@@ -35,4 +35,6 @@ clean_ids = True
3535
clear_all = False
3636
cell_number = True
3737
conda_user = fastai
38+
update_pyproject = True
39+
skip_procs =
3840

0 commit comments

Comments
 (0)