Skip to content

Commit d427cf8

Browse files
committed
bumped version number to 1.0.9
1 parent 39ec336 commit d427cf8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def read(fname):
88

99
setup(
1010
name='pycldf',
11-
version='1.0.8',
11+
version='1.0.9',
1212
author='Robert Forkel',
1313
author_email='[email protected]',
1414
description='A python library to read and write CLDF datasets',

src/pycldf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from pycldf.terms import *
55

66
# flake8: noqa
7-
__version__ = "1.0.8"
7+
__version__ = "1.0.9"

0 commit comments

Comments
 (0)