Skip to content

Commit b859c48

Browse files
committed
bump version for development
1 parent 2d6be15 commit b859c48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = cldfgeojson
3-
version = 1.6.0
3+
version = 1.6.1.dev0
44
author = Robert Forkel
55
author_email = dlce.rdm@eva.mpg.de
66
description = Functionality to access and curate GeoJSON in CLDF datasets

src/cldfgeojson/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .geojson import * # noqa: F403 F401
22
from .create import * # noqa: F403 F401
33

4-
__version__ = '1.6.0'
4+
__version__ = '1.6.1.dev0'

0 commit comments

Comments
 (0)