From 3a4bde318d3845e52fa72e1406c52b3245a629a9 Mon Sep 17 00:00:00 2001 From: Bram Buitendijk Date: Thu, 11 May 2023 13:05:56 +0200 Subject: [PATCH] bump version to 0.3.4 --- pagexml/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pagexml/__init__.py b/pagexml/__init__.py index 80eb7f9..bfeb9e7 100644 --- a/pagexml/__init__.py +++ b/pagexml/__init__.py @@ -1 +1 @@ -__version__ = '0.3.3' +__version__ = '0.3.4' diff --git a/pyproject.toml b/pyproject.toml index 945585c..03770dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pagexml-tools" -version = "0.3.3" +version = "0.3.4" description = "Utility functions for reading PageXML files" authors = ["Marijn Koolen ", "Bram Buitendijk "] readme = "README.md"