From a544b3fac38258454b35f3927c0256250712d220 Mon Sep 17 00:00:00 2001 From: Jordi Date: Mon, 6 Nov 2023 14:51:34 +0100 Subject: [PATCH] Bump version to 4.0.0-beta2. As part of the tests to upload the package to test.pypi.org --- VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index c0de572d3..e45ff35c9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0-beta +4.0.0-beta2 diff --git a/pyproject.toml b/pyproject.toml index 2b626d8c3..2f5906b09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "ete4" description = "A Python Environment for (phylogenetic) Tree Exploration" -version = "4.0.0-beta" +version = "4.0.0-beta2" authors = [ { name="Jaime Huerta-Cepas", email="jhcepas@gmail.com" }, { name="Jordi Burguet-Castell", email="jordi.burguet.castell@gmail.com" },