Skip to content

Commit ea878a8

Browse files
committed
0.1.0
1 parent ea6c155 commit ea878a8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ __pycache__
22
*.egg-info
33
*.pyc
44
.cache
5+
*.c
6+
build/
7+
dist/

postgis/__meta__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
VERSION = (0, 0, 1)
1+
"""Pyscopg helpers to work with PostGIS."""
2+
3+
VERSION = (0, 1, 0)
24

35
__author__ = 'Yohan Boniface'
46
__contact__ = "yohan.boniface@data.gouv.fr"

0 commit comments

Comments
 (0)