- 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
- Adds history in the GUI
- Adds menus to the GUI

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

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