diff --git a/setup.cfg b/setup.cfg index 8241da2ee4a89ccda34b007db5cea70a1dbf9a61..ddf64f1413bff58812ba6bdfc82ad8d7be0b4545 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.1 +current_version = 0.7.2 commit = True tag = True diff --git a/setup.py b/setup.py index 90e672b313a29dd425e9ad9b7f7aebe308e96c19..b025f1bff5ecf07c1414dc446e6dc7115c52c21a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from template import __doc__ as description setup( name="template", - version="0.7.1", + version="0.7.2", description=description, long_description=open("README.rst", "r").read(), long_description_content_type="text/x-rst", diff --git a/template/__init__.py b/template/__init__.py index 7fb7c5d4dcfbda6ee98ee5c4f8e5c30f5d33cf35..84cccc7cb8112112b06f99fd1d7610f5a440f3b8 100644 --- a/template/__init__.py +++ b/template/__init__.py @@ -24,7 +24,7 @@ except ImportError: pass -__version__ = "0.7.1" +__version__ = "0.7.2" def render(template_string):