Bumped to v1.0.0

This commit is contained in:
Marvin Pohl 2019-09-20 18:59:42 +02:00
parent ad60a7dd2d
commit 62387d6412
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 = "0.1.0"
VERSION = "1.0.0"
setup(name='buildbot-gitea',
version=VERSION,