bump version to 0.8.0

This commit is contained in:
Thor77 2016-06-25 20:48:18 +02:00
parent 6638eaa044
commit ea64ee0ecb
2 changed files with 3 additions and 3 deletions

View File

@ -54,9 +54,9 @@ author = 'Thor77'
# built documents.
#
# The short X.Y version.
version = '0.7'
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.7.3'
release = '0.8.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='tsstats',
version='0.7.3',
version='0.8.0',
author='Thor77',
author_email='thor77@thor77.org',
description='A simple Teamspeak stats-generator',