diff --git a/pypugjs/__init__.py b/pypugjs/__init__.py index 54fcc11..96cbb1c 100644 --- a/pypugjs/__init__.py +++ b/pypugjs/__init__.py @@ -1,5 +1,5 @@ from __future__ import absolute_import -__version__ = '5.2.0' +__version__ = '5.3.0' from .compiler import Compiler # noqa from .ext import html diff --git a/setup.cfg b/setup.cfg index aae9a4c..e0bb351 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.2.0 +current_version = 5.3.0 commit = True tag = True