From 522b027821b009c835f087975bcf8d7f7853d71d Mon Sep 17 00:00:00 2001 From: Alexis Michaltsis Date: Sat, 21 Sep 2019 13:22:17 +0200 Subject: [PATCH] Bump version to 2.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 644d440..ddc8d73 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="itu-r-468-weighting", - version="2.0.1", + version="2.0.2", description="A zero dependency Python ITU-R 468 noise weighting filter (1 kHz and 2 kHz)", long_description=long_description, long_description_content_type="text/markdown",