diff --git a/HISTORY.md b/HISTORY.md index bd4b7e9..c625fec 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,12 @@ ## History / Changelog +### 0.2.1 + +- Less aggressive strict filters +- CLI bug fixed + + ### 0.2.0 - Cleaner and more efficient filtering diff --git a/setup.py b/setup.py index 1a4aa2f..67bdf8d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def readme(): setup( name='courlan', - version='0.2.0', + version='0.2.1', description='Clean, filter, normalize, and sample URLs', long_description=readme(), classifiers=[