Skip to content

Commit 000a4ad

Browse files
committed
updated Version to 0.2.0
1 parent 2eeda7f commit 000a4ad

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
1. abc\{nodes, edges, points}.geojson
2020
2. {nodes, edges, points}.geojson
2121

22-
### 0.0.6
22+
### 0.2.0
2323
- Updated schema file to OSW 0.2
2424
- Added create_zip method to ZipFileHandler
2525
- Made all OSW files optional

src/python_osw_validation/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import geopandas as gpd
66
from .zipfile_handler import ZipFileHandler
77
from .extracted_data_validator import ExtractedDataValidator, OSW_dataset_files
8+
from .version import __version__
89

910
SCHEMA_PATH = os.path.join(os.path.dirname(__file__), 'schema')
1011

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)