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"