From ee078e5f3bbce4df4927dc4b4d813131d1f2b6b4 Mon Sep 17 00:00:00 2001 From: Gobinath Date: Fri, 12 Jan 2018 17:58:11 -0500 Subject: [PATCH] Prepare for Ubuntu build --- debian/changelog | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 80e354d..2d955ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -safeeyes (2.0.2-1) xenial; urgency=low +safeeyes (2.0.2-3) artful; urgency=high * Fix multi-display issue diff --git a/setup.py b/setup.py index 09f9eac..460714c 100644 --- a/setup.py +++ b/setup.py @@ -70,13 +70,13 @@ __data_files = list(_data_files('share')) setuptools.setup( name="safeeyes", - version="2.0.2", + version="2.0.2.1", description="Protect your eyes from eye strain using this continuous breaks reminder.", long_description=long_description, author="Gobinath Loganathan", author_email="slgobinath@gmail.com", url="https://github.com/slgobinath/SafeEyes", - download_url="https://github.com/slgobinath/SafeEyes/archive/v2.0.2.tar.gz", + download_url="https://github.com/slgobinath/SafeEyes/archive/v2.0.2.1.tar.gz", packages=setuptools.find_packages(), package_data={'safeeyes': __package_data()}, data_files=__data_files,