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 Dec 1, 2023
1 parent 74bb17f commit 30cf065
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ twine upload dist/*
```

- Push to github:
```
```shell
git push origin
git push --tags
```
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 = cldfviz
version = 1.0.1
version = 1.0.2.dev0
author = Robert Forkel
author_email = dlce.rdm@eva.mpg.de
description = A cldfbench plugin to create vizualisations of CLDF datasets
Expand Down
2 changes: 1 addition & 1 deletion src/cldfviz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import pathlib

__version__ = '1.0.1'
__version__ = '1.0.2.dev0'
PKG_DIR = pathlib.Path(__file__).parent

0 comments on commit 30cf065

Please sign in to comment.