We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cca42d commit 28eac40Copy full SHA for 28eac40
docs/conf.py
@@ -22,7 +22,7 @@
22
author = 'Robert Forkel'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '1.43.0'
+release = '1.43.1.dev0'
26
27
28
# -- General configuration ---------------------------------------------------
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = pycldf
3
-version = 1.43.0
+version = 1.43.1.dev0
4
author = Robert Forkel
5
author_email = robert_forkel@eva.mpg.de
6
description = A python library to read and write CLDF datasets
src/pycldf/__init__.py
@@ -4,4 +4,4 @@
from pycldf.terms import *
# flake8: noqa
7
-__version__ = "1.43.0"
+__version__ = "1.43.1.dev0"
0 commit comments