From fb931d90e14b5252b8e2d914def26a25f250046a Mon Sep 17 00:00:00 2001 From: Andy Date: Sat, 8 Jan 2022 10:35:29 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.9.9=20=E2=86=92=205.9.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pypugjs/__init__.py | 2 +- setup.cfg | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pypugjs/__init__.py b/pypugjs/__init__.py index 6b12fea..1e34b59 100644 --- a/pypugjs/__init__.py +++ b/pypugjs/__init__.py @@ -1,6 +1,6 @@ from __future__ import absolute_import -__version__ = '5.9.9' +__version__ = '5.9.10' from .compiler import Compiler # noqa from .ext import html diff --git a/setup.cfg b/setup.cfg index 82e2923..9dac845 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.9.9 +current_version = 5.9.10 commit = True tag = True @@ -15,4 +15,3 @@ exclude = build, dist max-line-length = 140 -