We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6be15 commit b859c48Copy full SHA for b859c48
2 files changed
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = cldfgeojson
3
-version = 1.6.0
+version = 1.6.1.dev0
4
author = Robert Forkel
5
author_email = dlce.rdm@eva.mpg.de
6
description = Functionality to access and curate GeoJSON in CLDF datasets
src/cldfgeojson/__init__.py
@@ -1,4 +1,4 @@
from .geojson import * # noqa: F403 F401
from .create import * # noqa: F403 F401
-__version__ = '1.6.0'
+__version__ = '1.6.1.dev0'
0 commit comments