Skip to content

Commit

Permalink
release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Aug 15, 2024
1 parent 88ee933 commit 9d67b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pydplace
version = 3.1.1.dev0
version = 3.2.0
author = Robert Forkel
author_email = [email protected]
description = A cldfbench plugin to curate D-PLACE datasets
Expand Down
2 changes: 1 addition & 1 deletion src/pydplace/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
from .dataset import DatasetWithSocieties, DatasetWithoutSocieties

__version__ = "3.1.1.dev0"
__version__ = "3.2.0"
assert DatasetWithSocieties
assert DatasetWithoutSocieties

0 comments on commit 9d67b67

Please sign in to comment.