From f11fce5d7a2541ac6e42c24bc61e42e99bacac25 Mon Sep 17 00:00:00 2001 From: Spencer Phillip Young Date: Mon, 31 Oct 2022 14:12:52 -0700 Subject: [PATCH] v0.7.0 :package: --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bfc1c1a..08ac005 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='pyclip', - version='0.6.0', + version='0.7.0', license='Apache', url='https://github.com/spyoungtech/pyclip', description='Cross-platform clipboard utilities supporting both binary and text data.',