diff --git a/pypugjs/__init__.py b/pypugjs/__init__.py index 9f9fb76..17cb3d1 100644 --- a/pypugjs/__init__.py +++ b/pypugjs/__init__.py @@ -1,6 +1,6 @@ from __future__ import absolute_import -__version__ = '5.9.3' +__version__ = '5.9.4' from .compiler import Compiler # noqa from .ext import html diff --git a/setup.cfg b/setup.cfg index 01c5e82..9fc84b5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.9.3 +current_version = 5.9.4 commit = True tag = True