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

Bump version: 0.4.8 → 0.5.0

parent 3145290d
No related branches found
No related tags found
No related merge requests found
[bumpversion]
current_version = 0.4.8
current_version = 0.5.0
commit = True
tag = True
......
......@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name="template",
version="0.4.8",
version="0.5.0",
description="""A CLI tool for generating files from Jinja2 templates and
environment variables.""",
long_description=open("README.rst", "r").read(),
......
......@@ -16,7 +16,7 @@ import template.filters
from jinja2 import Environment
__version__ = "0.4.8"
__version__ = "0.5.0"
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