diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-27 16:42:08 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-27 16:42:08 -0700 |
commit | ce4ffb7fe67455564fad6f777e37fda8c813ae3b (patch) | |
tree | 28453a037d3ddc825d983ef3cc75b5c3f2c04fd2 /CHANGELOG.md | |
parent | cd2541b1d39068e34a6507f9e01663d10f61e60a (diff) | |
download | grobid_tei_xml-ce4ffb7fe67455564fad6f777e37fda8c813ae3b.tar.gz grobid_tei_xml-ce4ffb7fe67455564fad6f777e37fda8c813ae3b.zip |
bump version to 0.1.0v0.1.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
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. |