diff --git a/app/__init__.py b/app/__init__.py index a22eaa4..b6bce99 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -24,7 +24,7 @@ app.default_key = generate_user_key() app.no_cookie_ips = [] app.config['SECRET_KEY'] = os.urandom(32) app.config['SESSION_TYPE'] = 'filesystem' -app.config['VERSION_NUMBER'] = '0.5.4' +app.config['VERSION_NUMBER'] = '0.6.0' app.config['APP_ROOT'] = os.getenv( 'APP_ROOT', os.path.dirname(os.path.abspath(__file__))) diff --git a/setup.py b/setup.py index 0d9e9fa..dbc3ef1 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( author='Ben Busby', author_email='contact@benbusby.com', name='whoogle-search', - version='0.5.4' + optional_dev_tag, + version='0.6.0' + optional_dev_tag, include_package_data=True, install_requires=requirements, description='Self-hosted, ad-free, privacy-respecting metasearch engine',