From 44ca29d4bf03b3fbdcd47a5ea666e36031ec36fc Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 18 Dec 2020 00:47:03 +0200
Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.1=20=E2=86=92=200.6.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/setup.cfg b/setup.cfg
index 9d0b53c..6c17b0f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.5.1
+current_version = 0.6.0
 commit = True
 tag = True
 
@@ -9,4 +9,3 @@ universal = 1
 [bumpversion:file:setup.py]
 
 [bumpversion:file:template/__init__.py]
-
diff --git a/setup.py b/setup.py
index f2e61b1..e9f2aa9 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
 
 setup(
     name="template",
-    version="0.5.1",
+    version="0.6.0",
     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 83bea66..e09b80c 100644
--- a/template/__init__.py
+++ b/template/__init__.py
@@ -16,7 +16,7 @@ from jinja2 import Environment
 import template.filters
 
 
-__version__ = "0.5.1"
+__version__ = "0.6.0"
 
 
 def render(template_string):
-- 
GitLab