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 -