From 284a58826dc084c53aa3f2311c34a285faa01126 Mon Sep 17 00:00:00 2001 From: Marvin Pohl Date: Sat, 20 Mar 2021 12:43:18 +0100 Subject: [PATCH] Bumped Version to 1.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4181e11..da76a7e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup with open("README.md", "r") as fh: long_description = fh.read() -VERSION = "1.4.1" +VERSION = "1.5.0" setup(name='buildbot-gitea', version=VERSION,