Skip to content

Commit f910b5e

Browse files
committed
Added Version
1 parent 7045bcb commit f910b5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/osw_incline/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from pathlib import Path
44
from .logger import Logger
55
from .osm_graph import OSMGraph
6+
from .version import __version__
67
from .dem_processor import DEMProcessor
78

89
class OSWIncline:
@@ -45,3 +46,4 @@ def calculate(self):
4546

4647

4748

49+
OSWIncline.__version__ = __version__

0 commit comments

Comments
 (0)