diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 036f734..3866221 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.5.0 commit = True tag = True diff --git a/www/python/src/app.py b/www/python/src/app.py index 49b2fe4..3a7eb07 100644 --- a/www/python/src/app.py +++ b/www/python/src/app.py @@ -13,7 +13,7 @@ import sqlite3 app = Flask(__name__, static_url_path="/static") -__version__ = "0.4.0" +__version__ = "0.5.0" DATABASE = "database.db" diff --git a/www/python/src/static/version.txt b/www/python/src/static/version.txt index 60a2d3e..79a2734 100644 --- a/www/python/src/static/version.txt +++ b/www/python/src/static/version.txt @@ -1 +1 @@ -0.4.0 \ No newline at end of file +0.5.0 \ No newline at end of file