From f96e69b4eeb985a3c037d34990237b3ada54d58b Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Sun, 13 Jun 2021 08:18:45 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v0.3.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sphinx_copybutton/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_copybutton/__init__.py b/sphinx_copybutton/__init__.py index b62a641..cb8c6f0 100644 --- a/sphinx_copybutton/__init__.py +++ b/sphinx_copybutton/__init__.py @@ -2,7 +2,7 @@ from pathlib import Path from sphinx.util import logging -__version__ = "0.3.2" +__version__ = "0.3.3" logger = logging.getLogger(__name__)