From 4034410e2df04b6d2924a0c78dd6f7b09e291531 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Mon, 4 Jul 2016 21:18:09 +0200 Subject: [PATCH] bump version to 0.9.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9cdfd76..3fd5f78 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='tsstats', - version='0.8.0', + version='0.9.0', author='Thor77', author_email='thor77@thor77.org', description='A simple Teamspeak stats-generator',