Skip to content

Commit 152a41d

Browse files
authored
fix: fix version number (#4189)
Correct the version number.
1 parent 8f683e5 commit 152a41d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.18.20-dev0
1+
## 0.18.30-dev0
22

33
### Fixes
44
- **Fix EN DASH not cleaned by `clean_bullets`**: Added EN DASH (`\u2013`) to `UNICODE_BULLETS` pattern so `clean_bullets` properly removes EN DASH bullet points without requiring `clean_dashes` (fixes #4105)

unstructured/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.18.20-dev0" # pragma: no cover
1+
__version__ = "0.18.30-dev0" # pragma: no cover

0 commit comments

Comments
 (0)