From da1f71ed5eab34d334e31e173a0e6c20ec93f66e Mon Sep 17 00:00:00 2001 From: Andy Grabow Date: Sun, 26 Apr 2020 00:33:05 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.9.2=20=E2=86=92=205.9.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pypugjs/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pypugjs/__init__.py b/pypugjs/__init__.py index 3e6cff9..9f9fb76 100644 --- a/pypugjs/__init__.py +++ b/pypugjs/__init__.py @@ -1,6 +1,6 @@ from __future__ import absolute_import -__version__ = '5.9.2' +__version__ = '5.9.3' from .compiler import Compiler # noqa from .ext import html diff --git a/setup.cfg b/setup.cfg index df1c186..01c5e82 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.9.2 +current_version = 5.9.3 commit = True tag = True