From 27cbbe0ae57ce0c34a1134d374c7a2b09ab4be89 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 22 Jul 2019 13:45:35 +0300
Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.5.1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 setup.cfg            | 2 +-
 setup.py             | 2 +-
 template/__init__.py | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index bebfd02..9d0b53c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.5.0
+current_version = 0.5.1
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index 69f8e93..69906f4 100644
--- a/setup.py
+++ b/setup.py
@@ -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(),
diff --git a/template/__init__.py b/template/__init__.py
index 4fbe04c..4472d91 100644
--- a/template/__init__.py
+++ b/template/__init__.py
@@ -16,7 +16,7 @@ import template.filters
 from jinja2 import Environment
 
 
-__version__ = "0.5.0"
+__version__ = "0.5.1"
 
 
 def render(template_string):
-- 
GitLab