From ada48bc6e5d14bccc86c9ed1d2c3df6d8b3db272 Mon Sep 17 00:00:00 2001 From: Marvin Pohl Date: Tue, 9 Mar 2021 20:44:55 +0100 Subject: [PATCH] Bumped version to v1.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c6066b2..e60d048 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.2.4" +VERSION = "1.3.0" setup(name='buildbot-gitea', version=VERSION,