From 75bbe626ddcdcbaf60d42a94f4e44c0183bbe9ea Mon Sep 17 00:00:00 2001 From: Spencer Phillip Young Date: Fri, 18 Mar 2022 11:29:50 -0700 Subject: [PATCH] version 0.6.0 :package: --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 44a3556..bfc1c1a 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='pyclip', - version='0.5.4', + version='0.6.0', license='Apache', url='https://github.com/spyoungtech/pyclip', description='Cross-platform clipboard utilities supporting both binary and text data.',