From 1f5a6211b9f17527c5c245358fbdb38c02a40b5b Mon Sep 17 00:00:00 2001 From: Thor77 Date: Sat, 21 May 2016 23:06:42 +0200 Subject: [PATCH] bump version to 0.3.0 --- docs/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 0608b9e..8e520e1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,9 +54,9 @@ author = 'Thor77' # built documents. # # The short X.Y version. -version = '0.2' +version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.2.6' +release = '0.3.0' # 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 31835ad..75f3706 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='tsstats', - version='0.2.6', + version='0.3.0', author='Thor77', author_email='thor77@thor77.org', description='A simple Teamspeak stats-generator',