Bumped Version to v1.5.1

This commit is contained in:
Marvin Pohl 2021-03-29 00:07:39 +02:00
parent 341f216c2c
commit fe223aa990
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from setuptools import setup
with open("README.md", "r") as fh:
long_description = fh.read()
VERSION = "1.5.0"
VERSION = "1.5.1"
setup(name='buildbot-gitea',
version=VERSION,