Skip to content

Commit 7e17b23

Browse files
updated v1.0.0 in launcher
1 parent 10b162a commit 7e17b23

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pica/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
]
3131

3232
APP_NAME = "PICA Command Line Interface"
33-
VERSION = "17.0"
33+
VERSION = "1.0.0"
3434
AUTHORS = "Prathamesh K. Deshmukh, Sudip Mukherjee"
3535
AFFILIATION = "UGC-DAE Consortium for Scientific Research, Mumbai Centre"
3636
LICENSE = "MIT License"

pica/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BUILD VERSION: 17.0
1+
# BUILD VERSION: 1.0.0
22
'''
33
===============================================================================
44
PROGRAM: PICA Launcher
@@ -79,7 +79,7 @@ def resource_path(relative_path):
7979

8080
class PICALauncherApp:
8181

82-
PROGRAM_VERSION = "17.0"
82+
PROGRAM_VERSION = "1.0.0"
8383
CLR_BG_DARK = '#2B3D4F'
8484
CLR_FRAME_BG = '#3A506B'
8585
CLR_ACCENT_GOLD = '#FFC107'

0 commit comments

Comments
 (0)