From 0aa7d9592008c5a3058dc9deef72b74c8feade50 Mon Sep 17 00:00:00 2001 From: Bram Buitendijk Date: Wed, 22 Nov 2023 11:39:28 +0100 Subject: [PATCH] bump version to 0.4.2 --- CITATION.cff | 4 ++-- pagexml/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index e5a02eb..41d98da 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,5 +8,5 @@ authors: given-names: Bram orcid: https://orcid.org/0000-0002-3755-5929 title: pagexml-tools -version: 0.4.1 -date-released: 2023-11-16 +version: 0.4.2 +date-released: 2023-11-22 diff --git a/pagexml/__init__.py b/pagexml/__init__.py index f0ede3d..a987347 100644 --- a/pagexml/__init__.py +++ b/pagexml/__init__.py @@ -1 +1 @@ -__version__ = '0.4.1' +__version__ = '0.4.2' diff --git a/pyproject.toml b/pyproject.toml index c67e622..211baf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pagexml-tools" -version = "0.4.1" +version = "0.4.2" description = "Utility functions for reading PageXML files" authors = ["Marijn Koolen ", "Bram Buitendijk "] readme = "README.md"