From 32579b13ad3aa319fc6c8535e747553e9a7bf1cb Mon Sep 17 00:00:00 2001 From: Marvin Pohl Date: Sat, 20 Mar 2021 12:41:25 +0100 Subject: [PATCH] Bumped Version to 1.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e60d048..93f27f7 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.3.0" +VERSION = "1.3.1" setup(name='buildbot-gitea', version=VERSION,