Prepare for next release

This commit is contained in:
Salvo 'LtWorf' Tomaselli
2015-09-15 01:58:17 +02:00
parent fc3ed21e92
commit a9daf8544c
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.1',
version='2.2',
name=name,
packages=(name,),
author="Salvo 'LtWorf' Tomaselli",