chore: remove dev and release as 0.16.6 (#3793)

This commit is contained in:
ryannikolaidis 2024-11-21 15:59:38 -08:00 committed by GitHub
parent 3b9b01c502
commit 626f73af5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## 0.16.6-dev2
## 0.16.6
### Enhancements
- **Every <table> tag is considered to be ontology.Table** Added special handling for tables in HTML partitioning. This change is made to improve the accuracy of table extraction from HTML documents.

View File

@ -1 +1 @@
__version__ = "0.16.6-dev2" # pragma: no cover
__version__ = "0.16.6" # pragma: no cover