From 45b44cc0dc2d1fc3fec645b8df9c9b67982f36db Mon Sep 17 00:00:00 2001 From: Bryan Culbertson Date: Wed, 19 May 2021 17:56:22 -0700 Subject: [PATCH] Bump version to 1.2.3 to release content_hash field (#31) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 899f8df..45cc380 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = "1.2.2" +VERSION = "1.2.3" def get_long_description():