Skip to content

Commit

Permalink
release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Apr 21, 2021
1 parent 36e4f78 commit d9b2346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

setup(
name='pylexibank',
version='3.0.1.dev0',
version='3.1.0',
author='Robert Forkel',
author_email='forkel@shh.mpg.de',
author_email='dlce.rdm@eva.mpg.de',
description='Python library implementing the lexibank workbench',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion src/pylexibank/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from pylexibank.util import * # noqa: F401, F403
from pylexibank.cldf import * # noqa: F401, F403

__version__ = '3.0.1.dev0'
__version__ = '3.1.0'

0 comments on commit d9b2346

Please sign in to comment.