Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrss authored Aug 6, 2023
1 parent cd13e64 commit f89d9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geosample/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__path__: str = __import__('pkgutil').extend_path(__path__, __name__)
__version__ = '1.0.1'
__version__ = '1.0.2'

from .map import MapSamples
from .tree import QuadTree
Expand Down

0 comments on commit f89d9a4

Please sign in to comment.