Bump version

main
Guy Van Sanden 2023-03-07 14:50:04 +01:00
parent feacc95628
commit 0406be22b8
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ module.exports = function(grunt) {
},
python: {
options: {
prefix: '__version__\\s*=\\s*\"'
prefix: '__VERSION__\\s*=\\s*\''
},
src: [ 'src/*.py' ],
}

View File

@ -11,7 +11,7 @@ import psycopg2
import psycopg2.extras
from datetime import datetime
__VERSION__ = '0.7'
__VERSION__ = '1.0.0'
app = Flask('app')
print("Pleroma2nip05 v%s" % (__VERSION__))