diff --git a/CHANGES.md b/CHANGES.md index 061b22f..f87536a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,7 @@ ## Current Version -- 0.10.21 (2024-01-05): Court updates II (NY) +- 0.10.22 (2024-01-05): Court updates II (NY) ## Past Versions diff --git a/setup.py b/setup.py index 6259bfb..f915eb5 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -VERSION = "0.10.21" +VERSION = "0.10.22" AUTHOR = "Free Law Project" EMAIL = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))