diff options
author | rahulp13 | 2022-09-17 20:04:43 +0530 |
---|---|---|
committer | rahulp13 | 2022-09-17 20:04:43 +0530 |
commit | 39632efe85fcfc781139442103269e90e0a29d3a (patch) | |
tree | 298942db122882e247da05e7e7fa10cb3dd03d85 /src/configuration | |
parent | 4c8ff5f9241e72007bdbd931d77240e7943f21ef (diff) | |
download | eSim-39632efe85fcfc781139442103269e90e0a29d3a.tar.gz eSim-39632efe85fcfc781139442103269e90e0a29d3a.tar.bz2 eSim-39632efe85fcfc781139442103269e90e0a29d3a.zip |
Updated details for v2.3
Diffstat (limited to 'src/configuration')
-rw-r--r-- | src/configuration/Appconfig.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index ab19ada5..c3f14e6f 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -10,10 +10,10 @@ # BUGS: --- # NOTES: --- # AUTHOR: Fahim Khan, fahim.elex@gmail.com -# MODIFIED: Rahul Paknikar, rahulp@iitb.ac.in +# MODIFIED: Rahul Paknikar, rahulp@cse.iitb.ac.in # ORGANIZATION: eSim Team at FOSSEE, IIT Bombay # CREATED: Tuesday 24 February 2015 -# REVISION: Sunday 02 August 2020 +# REVISION: Tuesday 13 September 2022 # ========================================================================= from PyQt5 import QtWidgets @@ -105,7 +105,7 @@ class Appconfig(QtWidgets.QWidget): # Application Details self._APPLICATION = 'eSim' - self._VERSION = '2.2' + self._VERSION = '2.3' self._AUTHOR = 'Fahim' self._REVISION = 'Rahul, Sumanto' |