Commit 27cbbe0a authored by nimrod's avatar nimrod
Browse files

Bump version: 0.5.0 → 0.5.1

parent 49a36f3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[bumpversion]
current_version = 0.5.0
current_version = 0.5.1
commit = True
tag = True

+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages

setup(
    name="template",
    version="0.5.0",
    version="0.5.1",
    description="""A CLI tool for generating files from Jinja2 templates and
    environment variables.""",
    long_description=open("README.rst", "r").read(),
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ import template.filters
from jinja2 import Environment


__version__ = "0.5.0"
__version__ = "0.5.1"


def render(template_string):