We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bb5a4 commit 55f32c4Copy full SHA for 55f32c4
pyosp/__init__.py
@@ -1,6 +1,6 @@
1
# -*- coding: utf-8 -*-
2
3
-__version__ = "0.1.5"
+__version__ = "0.1.6"
4
5
from .curvsp import *
6
from .cirsp import *
pyosp/util.py
@@ -10,7 +10,7 @@
10
"progressBar",
11
]
12
13
-import osgeo import ogr
+from osgeo import ogr
14
import json
15
import itertools
16
from shapely.geometry import shape
0 commit comments