From d1e462430f5696c68b7d438029d93e27d11dcd7a Mon Sep 17 00:00:00 2001 From: Spencer Phillip Young Date: Tue, 2 Feb 2021 08:43:28 -0800 Subject: [PATCH] v0.5.2 :package: --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d51d7d..ed0105f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='pyclip', - version='0.5.1', + version='0.5.2', license='Apache', url='https://github.com/spyoungtech/pyclip', description='Cross-platform clipboard utilities supporting both binary and text data.',