From 714be1f3f8e5bb289bbd77aa83be212d660f3cb0 Mon Sep 17 00:00:00 2001 From: Al Sweigart Date: Sat, 20 Feb 2021 19:04:37 -0600 Subject: [PATCH] Bumping version to 1.8.2 --- src/pyperclip/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyperclip/__init__.py b/src/pyperclip/__init__.py index 687784c..81728e9 100644 --- a/src/pyperclip/__init__.py +++ b/src/pyperclip/__init__.py @@ -46,7 +46,7 @@ Pyperclip into running them with whatever permissions the Python process has. """ -__version__ = '1.8.1' +__version__ = '1.8.2' import contextlib import ctypes