mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 04:05:13 -04:00
bump version to 0.2.0
This commit is contained in:
parent
3729ecf9c0
commit
a3397d6367
2 changed files with 3 additions and 3 deletions
|
@ -54,9 +54,9 @@ author = 'Thor77'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.1'
|
||||
version = '0.2'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.1.1'
|
||||
release = '0.2.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name='tsstats',
|
||||
version='0.1.1',
|
||||
version='0.2.0',
|
||||
author='Thor77',
|
||||
author_email='thor77@thor77.org',
|
||||
description='A simple Teamspeak stats-generator',
|
||||
|
|
Loading…
Add table
Reference in a new issue