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
@@ -53,5 +53,5 @@ setup(
}
],
name="Relational",
version="2.6",
version="3.0",
)