From 294160ad830cffa5b6240bcbc7ebe0563dc4d3fb Mon Sep 17 00:00:00 2001 From: Marvin Pohl Date: Sun, 16 May 2021 01:37:50 +0200 Subject: [PATCH] Bumped Version to v1.6.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5d6c0e7..5e3de67 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.5.1" +VERSION = "1.6.0" setup(name='buildbot-gitea', version=VERSION,