Skip to content
Snippets Groups Projects
Commit 87ceb414 authored by David Danier's avatar David Danier :rocket:
Browse files

Release v0.10.2

parent c0ebc561
Branches
Tags v0.10.2
No related merge requests found
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')
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment