Skip to content

Commit

Permalink
chore: remove dev and release as 0.16.5 (#3775)
Browse files Browse the repository at this point in the history
  • Loading branch information
badGarnet authored Nov 7, 2024
1 parent c2d17b1 commit a6aefee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.16.5-dev1
## 0.16.5

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion unstructured/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.16.5-dev1" # pragma: no cover
__version__ = "0.16.5" # pragma: no cover

0 comments on commit a6aefee

Please sign in to comment.