Skip to content

Commit 38eb661

Browse files
Set the version to 0.16.3 (#3862)
Co-authored-by: Kamil Plucinski <[email protected]>
1 parent 8685905 commit 38eb661

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.16.13-dev1
1+
## 0.16.13
22

33
### Enhancements
44
- **Add character-level filtering for tesseract output**. It is controllable via `TESSERACT_CHARACTER_CONFIDENCE_THRESHOLD` environment variable.

unstructured/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.16.13-dev1" # pragma: no cover
1+
__version__ = "0.16.13" # pragma: no cover

0 commit comments

Comments
 (0)