Skip to content

Commit 28eac40

Browse files
committed
bump version for development
1 parent 2cca42d commit 28eac40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Robert Forkel'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.43.0'
25+
release = '1.43.1.dev0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pycldf
3-
version = 1.43.0
3+
version = 1.43.1.dev0
44
author = Robert Forkel
55
author_email = robert_forkel@eva.mpg.de
66
description = A python library to read and write CLDF datasets

src/pycldf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from pycldf.terms import *
55

66
# flake8: noqa
7-
__version__ = "1.43.0"
7+
__version__ = "1.43.1.dev0"

0 commit comments

Comments
 (0)