From 08da6a2e8e170d69cd24823935cc24371ec71dc0 Mon Sep 17 00:00:00 2001 From: Ritesh Raj Sarraf Date: Sun, 30 Jan 2022 19:46:49 +0530 Subject: [PATCH] Prepare release 1.8.3 --- apt-offline.8 | 2 +- apt_offline_core/AptOfflineCoreLib.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apt-offline.8 b/apt-offline.8 index 9d59bfd..b795b81 100644 --- a/apt-offline.8 +++ b/apt-offline.8 @@ -1,4 +1,4 @@ -.TH apt-offline 8 "December 30, 2019" "version 1.8.2" "USER COMMANDS" +.TH apt-offline 8 "January 30, 2022" "version 1.8.3" "USER COMMANDS" .SH NAME apt-offline \- Offline APT Package manager .SH SYNOPSIS diff --git a/apt_offline_core/AptOfflineCoreLib.py b/apt_offline_core/AptOfflineCoreLib.py index e132b59..7223884 100644 --- a/apt_offline_core/AptOfflineCoreLib.py +++ b/apt_offline_core/AptOfflineCoreLib.py @@ -100,8 +100,8 @@ app_name = "apt-offline" -version = "1.8.2" -myCopyright = "(C) 2005 - 2020 Ritesh Raj Sarraf" +version = "1.8.3" +myCopyright = "(C) 2005 - 2022 Ritesh Raj Sarraf" terminal_license = "This program comes with ABSOLUTELY NO WARRANTY.\n\ This is free software, and you are welcome to redistribute it under\n\ the GNU GPL Version 3 (or later) License\n" diff --git a/setup.py b/setup.py index ded7a1f..d690f67 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ distutils.core.setup( name='apt-offline', - version='1.8.2', + version='1.8.3', author='Ritesh Raj Sarraf', author_email='rrs@researchut.com', url='https://github.com/rickysarraf/apt-offline',