We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4510e commit 030bff9Copy full SHA for 030bff9
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
import os
3
4
-VERSION = "0.3.1"
+VERSION = "0.4.0"
5
6
7
def get_long_description():
@@ -31,5 +31,5 @@ def get_long_description():
31
install_requires=["datasette", "geojson"],
32
extras_require={"test": ["pytest", "pytest-asyncio", "geojson-to-sqlite"]},
33
tests_require=["datasette-geojson[test]"],
34
- python_requires=">=3.6",
+ python_requires=">=3.7",
35
)
0 commit comments