Prepare for new version

This commit is contained in:
Salvo 'LtWorf' Tomaselli
2016-04-10 08:52:22 +02:00
parent 7f1004712a
commit cc6dfca64c
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.4',
version='2.5',
name=name,
packages=(name,),
author="Salvo 'LtWorf' Tomaselli",