From 4426a875b545292154a3dd166e7cba27d82eab8a Mon Sep 17 00:00:00 2001 From: Marvin Pohl Date: Mon, 5 Nov 2018 13:16:06 +0100 Subject: [PATCH] Bumped Version to 0.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff8d0f4..47dad95 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='buildbot-gitea', - version='0.0.1', + version='0.1.0', description='buildbot plugin for integration with Gitea.', author='Marvin Pohl', author_email='marvin@lab132.com',