Skip to content

Commit 030bff9

Browse files
committed
v0.4.0
1 parent fd4510e commit 030bff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22
import os
33

4-
VERSION = "0.3.1"
4+
VERSION = "0.4.0"
55

66

77
def get_long_description():
@@ -31,5 +31,5 @@ def get_long_description():
3131
install_requires=["datasette", "geojson"],
3232
extras_require={"test": ["pytest", "pytest-asyncio", "geojson-to-sqlite"]},
3333
tests_require=["datasette-geojson[test]"],
34-
python_requires=">=3.6",
34+
python_requires=">=3.7",
3535
)

0 commit comments

Comments
 (0)