1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-05-03 10:45:31 -04:00

bump version to 0.1.1

This commit is contained in:
Thor77 2016-05-18 22:40:50 +02:00
parent a7cfa6967f
commit 559020d9a9
2 changed files with 2 additions and 2 deletions
docs/source
setup.py

View file

@ -56,7 +56,7 @@ author = 'Thor77'
# The short X.Y version.
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1.0'
release = '0.1.1'
# 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.1.0',
version='0.1.1',
author='Thor77',
author_email='thor77@thor77.org',
description='A simple Teamspeak stats-generator',