Commit fedd58b3 authored by nimrod's avatar nimrod
Browse files

Bump version: 0.7.5 → 0.7.6

parent 8f0cd0a2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[bumpversion]
current_version = 0.7.5
current_version = 0.7.6
commit = True
tag = True

+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ extras_require["all"] = list(

setup(
    name="template",
    version="0.7.5",
    version="0.7.6",
    description=description,
    long_description=open("README.rst", "r").read(),
    long_description_content_type="text/x-rst",
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ except ImportError:
    pass


__version__ = "0.7.5"
__version__ = "0.7.6"


def render(template_string):