Version bump to 3.0

I want to make some breaking changes, so doing a major bump.
This commit is contained in:
Salvo 'LtWorf' Tomaselli
2020-08-12 21:11:37 +02:00
parent eb6ed946d9
commit 11cff7c8a7
5 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
# Relational
# Copyright (C) 2008-2016 Salvo "LtWorf" Tomaselli
# Copyright (C) 2008-2020 Salvo "LtWorf" Tomaselli
#
# Relational is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,13 +20,13 @@ from distutils.core import setup
def c_setup(name):
setup(
version='2.6',
version='3.0',
name=name,
packages=(name,),
author="Salvo 'LtWorf' Tomaselli",
author_email='tiposchi@tiscali.it',
maintainer="Salvo 'LtWorf' Tomaselli",
maintainer_email='tiposchi@tiscali.it',
url='http://ltworf.github.io/relational/',
url='https://ltworf.github.io/relational/',
license='GPL3',
)