From ce4ffb7fe67455564fad6f777e37fda8c813ae3b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 27 Oct 2021 16:42:08 -0700 Subject: bump version to 0.1.0 --- CHANGELOG.md | 7 +++++++ grobid_tei_xml/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35d9f80..fd5d156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # CHANGELOG +## [0.1.1] - 2021-10-27 + +### Fixed + +- small `setup.py` +- add `py.typed` file to pypi package so that mypy will detect annotations + ## [0.1.0] - 2021-10-25 Initial public release. diff --git a/grobid_tei_xml/__init__.py b/grobid_tei_xml/__init__.py index 8cdbefc..a465635 100644 --- a/grobid_tei_xml/__init__.py +++ b/grobid_tei_xml/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.0" +__version__ = "0.1.1" from .parse import parse_citations_xml, parse_document_xml from .types import GrobidBiblio, GrobidDocument -- cgit v1.2.3