From e1dfc3df84ea84ab6a71aa00aa83d7b5c337ae8c Mon Sep 17 00:00:00 2001 From: CM Lubinski Date: Wed, 11 May 2022 11:57:20 -0400 Subject: [PATCH] Bump to version 0.19.0. (#681) Since we tweaked which versions of Python we actively support (but are still at major version zero), updating the minor version made sense to me. This'll let us publish a new version to pypi! --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a66572e526..2864c5053c 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ def main(): setup( name="parsons", - version='0.18.1', + version='0.19.0', author="The Movement Cooperative", author_email="info@movementcooperative.org", url='https://github.com/movementcoop/parsons',