Bumped version to 1.7.0

This commit is contained in:
Marvin Pohl 2021-07-05 13:53:42 +02:00
parent 16ea6c344a
commit 2338fac3cd
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.6.1"
VERSION = "1.7.0"
setup(name='buildbot-gitea',
version=VERSION,