From dae9bc40bb2508a011c5f823adbf9c4e5d540e91 Mon Sep 17 00:00:00 2001 From: jrconlin Date: Wed, 31 Jul 2024 09:03:00 -0700 Subject: [PATCH] release: 1.2.1 * Switch to pytest (Thanks [Pyrox0](https://github.com/pyrox0)!) [e6907b9](https://github.com/web-push-libs/encrypted-content-encoding/commit/e6907b9acc28b458d78d7f58570fea6e14e169e6) --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 5a63f1d..3807e2f 100755 --- a/python/setup.py +++ b/python/setup.py @@ -10,7 +10,7 @@ setup( name="http_ece", - version="1.2.0", + version="1.2.1", author="Martin Thomson", author_email="martin.thomson@gmail.com", scripts=[],