From 87ceb41431e2043e77fa923d3084dd6afe9fb941 Mon Sep 17 00:00:00 2001
From: David Danier <danier@team23.de>
Date: Sun, 11 Feb 2018 22:37:35 +0100
Subject: [PATCH] Release v0.10.2

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

diff --git a/b5/__init__.py b/b5/__init__.py
index 7a8889b..114932b 100644
--- a/b5/__init__.py
+++ b/b5/__init__.py
@@ -1,6 +1,6 @@
 import os
 
-VERSION = '0.10.2-dev'
+VERSION = '0.10.2'
 B5_PATH = os.path.realpath(os.path.dirname(__file__))
 B5_BASH_PATH = os.path.join(B5_PATH, 'bash')
 B5_TEMPLATES_PATH = os.path.join(B5_PATH, 'templates')
diff --git a/setup.py b/setup.py
index b2432c9..29853b4 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
 
 setup(
     name='b5',
-    version='0.10.1',
+    version='0.10.2',
     description='b5 - sane task runner',
     author='David Danier',
     author_email='danier@team23.de',
-- 
GitLab