- Prepared for next version

git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@292 014f5005-505e-4b48-8d0a-63407b615a7c
master
LtWorf 2011-03-22 20:54:55 +07:00
parent a346818805
commit 52c20fc79d
3 changed files with 4 additions and 2 deletions

@ -1,3 +1,5 @@
1.1
1.0 1.0
- Adds history in the GUI - Adds history in the GUI
- Adds menus to the GUI - Adds menus to the GUI

@ -24,7 +24,7 @@ import os
import os.path import os.path
import getopt import getopt
from relational import relation, parser from relational import relation, parser
version="1.0" version="1.1"
def printver(exit=True): def printver(exit=True):

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