From 1264f9fbc82351c58f0fe3d61b1a52d2190f76d7 Mon Sep 17 00:00:00 2001 From: Robert Forkel Date: Tue, 15 Aug 2023 15:02:41 +0200 Subject: [PATCH] bump version for development --- setup.cfg | 2 +- src/phlorest/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 49794fa..50bf083 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = phlorest -version = 1.4.0 +version = 1.4.1.dev0 author = Simon Greenhill and Robert Forkel author_email = dlce.rdm@eva.mpg.de description = A cldfbench plugin to curate language phylogenies diff --git a/src/phlorest/__init__.py b/src/phlorest/__init__.py index 5894449..76360d8 100644 --- a/src/phlorest/__init__.py +++ b/src/phlorest/__init__.py @@ -5,7 +5,7 @@ from .nexuslib import NexusFile from . import commands -__version__ = '1.4.0' +__version__ = '1.4.1.dev0' __all__ = ['Dataset', 'Metadata', 'BeastFile', 'NexusFile', 'CLDFWriter'] assert commands