Bump version to 0.3.0

pull/180/head v0.3.0
Ben Busby 3 years ago
parent 7e39b4e7a0
commit 406e236666
No known key found for this signature in database
GPG Key ID: 3B08611DF6E62ED2

@ -14,7 +14,7 @@ app.default_key_set = generate_user_keys()
app.no_cookie_ips = []
app.config['SECRET_KEY'] = os.urandom(32)
app.config['SESSION_TYPE'] = 'filesystem'
app.config['VERSION_NUMBER'] = '0.2.1'
app.config['VERSION_NUMBER'] = '0.3.0'
app.config['APP_ROOT'] = os.getenv(
'APP_ROOT',
os.path.dirname(os.path.abspath(__file__)))

@ -8,7 +8,7 @@ setuptools.setup(
author='Ben Busby',
author_email='benbusby@protonmail.com',
name='whoogle-search',
version='0.2.1',
version='0.3.0',
include_package_data=True,
install_requires=requirements,
description='Self-hosted, ad-free, privacy-respecting Google metasearch engine',

Loading…
Cancel
Save