Prepare for next release

This commit is contained in:
Salvo 'LtWorf' Tomaselli
2016-08-23 20:56:44 +02:00
parent 4480ecc577
commit 6014618f2d
6 changed files with 7 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ from distutils.core import setup
def c_setup(name):
setup(
version='2.5',
version='2.6',
name=name,
packages=(name,),
author="Salvo 'LtWorf' Tomaselli",