From cb0efad689e1c0824eced40c67e28f89664703d7 Mon Sep 17 00:00:00 2001 From: Bram Buitendijk Date: Wed, 27 Sep 2023 13:19:07 +0200 Subject: [PATCH] bump version to 0.4.0 --- CITATION.cff | 20 ++++++++++---------- pagexml/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index b40a885..0833f3f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,12 +1,12 @@ cff-version: 1.2.0 -message: "If you use this software, please cite it as below." +message: If you use this software, please cite it as below. authors: - - family-names: Koolen - given-names: Marijn - orcid: https://orcid.org/0000-0002-0301-2029 - - family-names: Buitendijk - given-names: Bram - orcid: https://orcid.org/0000-0002-3755-5929 -title: "pagexml-tools" -version: 0.3.4 -date-released: 2023-05-11 \ No newline at end of file +- family-names: Koolen + given-names: Marijn + orcid: https://orcid.org/0000-0002-0301-2029 +- family-names: Buitendijk + given-names: Bram + orcid: https://orcid.org/0000-0002-3755-5929 +title: pagexml-tools +version: 0.4.0 +date-released: 2023-09-27 diff --git a/pagexml/__init__.py b/pagexml/__init__.py index bfeb9e7..abeeedb 100644 --- a/pagexml/__init__.py +++ b/pagexml/__init__.py @@ -1 +1 @@ -__version__ = '0.3.4' +__version__ = '0.4.0' diff --git a/pyproject.toml b/pyproject.toml index bf8b92e..657f3fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pagexml-tools" -version = "0.3.4" +version = "0.4.0" description = "Utility functions for reading PageXML files" authors = ["Marijn Koolen ", "Bram Buitendijk "] readme = "README.md"