Skip to content

Commit 55f32c4

Browse files
committed
update version
1 parent 92bb5a4 commit 55f32c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyosp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = "0.1.5"
3+
__version__ = "0.1.6"
44

55
from .curvsp import *
66
from .cirsp import *

pyosp/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"progressBar",
1111
]
1212

13-
import osgeo import ogr
13+
from osgeo import ogr
1414
import json
1515
import itertools
1616
from shapely.geometry import shape

0 commit comments

Comments
 (0)