Bumped version to v1.3.0

This commit is contained in:
Marvin Pohl 2021-03-09 20:44:55 +01:00
parent 4e583a7756
commit ada48bc6e5
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.4"
VERSION = "1.3.0"
setup(name='buildbot-gitea',
version=VERSION,