Skip to content

Commit

Permalink
bump version for development
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Aug 15, 2024
1 parent 9d67b67 commit 8a39c56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ git tag -a v<VERSION> -m "<VERSION> release"

- Release to PyPI:
```shell
rm dist/*
python setup.py clean --all
python -m build -n
twine upload dist/*
Expand Down
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.2.0
version = 3.2.1.dev0
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.2.0"
__version__ = "3.2.1.dev0"
assert DatasetWithSocieties
assert DatasetWithoutSocieties

0 comments on commit 8a39c56

Please sign in to comment.