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