Prepare for next version

Change the version string everywhere, for the next release
This commit is contained in:
Salvo 'LtWorf' Tomaselli
2016-01-06 00:30:10 +01:00
parent e7a8235d10
commit 262d92290f
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.2',
version='2.3',
name=name,
packages=(name,),
author="Salvo 'LtWorf' Tomaselli",