We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c03735 commit b6bceb5Copy full SHA for b6bceb5
3 files changed
RELEASING.md
@@ -1,6 +1,5 @@
1
2
-Releasing pydplace
3
-==================
+# Releasing pydplace
4
5
- Change version to the new version number in
6
- ``setup.cfg``
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pydplace
-version = 3.2.1.dev0
+version = 3.2.1
author = Robert Forkel
author_email = robert_forkel@eva.mpg.de
description = A cldfbench plugin to curate D-PLACE datasets
src/pydplace/__init__.py
#
from .dataset import DatasetWithSocieties, DatasetWithoutSocieties
-__version__ = "3.2.1.dev0"
+__version__ = "3.2.1"
assert DatasetWithSocieties
assert DatasetWithoutSocieties
0 commit comments