diff --git a/generic_functions.py b/generic_functions.py index 137b06d..ad7de0b 100755 --- a/generic_functions.py +++ b/generic_functions.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- -from typing import Protocol from PyQt5.QtCore import QVariant # from qgis.PyQt.QtCore import QVariant from qgis import processing diff --git a/metadata.txt b/metadata.txt index fa6e3a3..2caf033 100644 --- a/metadata.txt +++ b/metadata.txt @@ -6,7 +6,7 @@ name=OSM SidewalKreator qgisMinimumVersion=3.22 description=Plugin designated to create the Geometries of Sidewalks (separated from streets) based on OpenStreetMap Streets, given a bounding polygon, outputting to a .geojson to be imported on JOSM. It is mostly intended for acessibility Mapping. -version=1.0 +version=1.0.1 author=Kaue de Moraes Vestena email=kauemv2@gmail.com