Bumped version to v1.2.4

This commit is contained in:
Marvin Pohl 2021-01-16 15:40:20 +01:00
parent e0dc125ddd
commit 1444fee747
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.2.3"
VERSION = "1.2.4"
setup(name='buildbot-gitea',
version=VERSION,