From 3fec44feaa43f85c399abd9ccea5e0e4bcadd271 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Sun, 12 Jun 2016 17:03:09 +0200 Subject: [PATCH] bump version to 0.6.7 --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5c7cea8..6fd64e0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -56,7 +56,7 @@ author = 'Thor77' # The short X.Y version. version = '0.6' # The full version, including alpha/beta/rc tags. -release = '0.6.6' +release = '0.6.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index a0091ea..1480914 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='tsstats', - version='0.6.6', + version='0.6.7', author='Thor77', author_email='thor77@thor77.org', description='A simple Teamspeak stats-generator',