diff --git a/CHANGES.md b/CHANGES.md index e981345..d7d9561 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,10 +6,12 @@ ## Current Version -- 0.10.18 (2023-12-29): Court updates (NY) +- 0.10.19 (2023-12-29): Court updates II (NY) ## Past Versions +- 0.10.18 (2023-12-29): Court updates (NY) + - 0.10.17 (2023-01-25): Court updates (citation strings) - 0.10.16 (2022-12-15): Court updates diff --git a/setup.py b/setup.py index 4ebe3ae..5568155 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -VERSION = "0.10.18" +VERSION = "0.10.19" AUTHOR = "Free Law Project" EMAIL = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))