Bumped Version to 1.5.0

This commit is contained in:
Marvin Pohl 2021-03-20 12:43:18 +01:00
parent e9905239dc
commit 284a58826d
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.4.1"
VERSION = "1.5.0"
setup(name='buildbot-gitea',
version=VERSION,