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

Bump version: 0.7.4 → 0.7.5

parent ca37afb6
Branches
Tags
No related merge requests found
Pipeline #2049 failed
[bumpversion] [bumpversion]
current_version = 0.7.4 current_version = 0.7.5
commit = True commit = True
tag = True tag = True
......
...@@ -18,7 +18,7 @@ extras_require["all"] = list( ...@@ -18,7 +18,7 @@ extras_require["all"] = list(
setup( setup(
name="template", name="template",
version="0.7.4", version="0.7.5",
description=description, description=description,
long_description=open("README.rst", "r").read(), long_description=open("README.rst", "r").read(),
long_description_content_type="text/x-rst", long_description_content_type="text/x-rst",
......
...@@ -24,7 +24,7 @@ except ImportError: ...@@ -24,7 +24,7 @@ except ImportError:
pass pass
__version__ = "0.7.4" __version__ = "0.7.5"
def render(template_string): 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