From c0490ff9f410845ab4b9b1fef2884ebc93830464 Mon Sep 17 00:00:00 2001 From: Bram Buitendijk Date: Thu, 2 Mar 2023 11:41:46 +0100 Subject: [PATCH] bump version to 0.3.1 --- 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 0404d81..e1424ed 100644 --- a/pagexml/__init__.py +++ b/pagexml/__init__.py @@ -1 +1 @@ -__version__ = '0.3.0' +__version__ = '0.3.1' diff --git a/pyproject.toml b/pyproject.toml index d02215d..fefc897 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pagexml-tools" -version = "0.3.0" +version = "0.3.1" description = "Utility functions for reading PageXML files" authors = ["Marijn Koolen ", "Bram Buitendijk "] readme = "README.md"