# HG changeset patch # User Dennis Fink # Date 2017-10-17 16:34:38 # Node ID 9c2c0215f4ff3eed96e6b02ed836378638c83c7e # Parent 87bad59bf19d95c3104dc81282215cd147d7f8fc Updated version diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packa def _get_requirements(): - with open('requirements.in', encoding='utf-8') as f: + with open('requirements.txt', encoding='utf-8') as f: lines = f.readlines() lines = [line[:-1] for line in lines if not line.startswith('#')] @@ -11,7 +11,7 @@ def _get_requirements(): setup(name='Ennstatus', - version='5.6.5', + version='5.7.0', description=('Ennstatus provides the user with vital information about ' 'the status of the organizations Tor servers.'), author='Frënn vun der Ënn',