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 ea6c155 commit ea878a8Copy full SHA for ea878a8
.gitignore
@@ -2,3 +2,6 @@ __pycache__
2
*.egg-info
3
*.pyc
4
.cache
5
+*.c
6
+build/
7
+dist/
postgis/__meta__.py
@@ -1,4 +1,6 @@
1
-VERSION = (0, 0, 1)
+"""Pyscopg helpers to work with PostGIS."""
+
+VERSION = (0, 1, 0)
__author__ = 'Yohan Boniface'
__contact__ = "yohan.boniface@data.gouv.fr"
0 commit comments