More changing to 2.0

This commit is contained in:
Salvo 'LtWorf' Tomaselli
2015-06-01 09:33:47 +02:00
parent b4b23b8913
commit 9d9a7d8b56
2 changed files with 2 additions and 2 deletions

View File

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