Skip to content
Snippets Groups Projects
Commit c7ef29f2 authored by nimrod's avatar nimrod
Browse files

Bump version: 0.7.1 → 0.7.2

parent f47c8f31
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
[bumpversion]
current_version = 0.7.1
current_version = 0.7.2
commit = True
tag = True
......
......@@ -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",
......
......@@ -24,7 +24,7 @@ except ImportError:
pass
__version__ = "0.7.1"
__version__ = "0.7.2"
def render(template_string):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment