From 595bc11e8063fbd637b24b44dd4ac0696de80b0e Mon Sep 17 00:00:00 2001 From: Bram Buitendijk Date: Tue, 15 Nov 2022 12:58:59 +0100 Subject: [PATCH] bump version to 0.2.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 7fd229a..fc79d63 100644 --- a/pagexml/__init__.py +++ b/pagexml/__init__.py @@ -1 +1 @@ -__version__ = '0.2.0' +__version__ = '0.2.1' diff --git a/pyproject.toml b/pyproject.toml index 52fa665..933fc6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pagexml-tools" -version = "0.2.0" +version = "0.2.1" description = "Utility functions for reading PageXML files" authors = ["Marijn Koolen ","Bram Buitendijk "] readme = "README.md"