Skip to content

Commit bfa3f0e

Browse files
version = "1.0.0" added consistenly everywhere
1 parent 5d3b22f commit bfa3f0e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors:
99
given-names: "Sudip"
1010
affiliation: "UGC-DAE Consortium for Scientific Research, Mumbai Centre"
1111
title: "PICA: Python-based Instrument Control and Automation Software Suite"
12-
version: 15.0.0
12+
version: 1.0.0
1313
date-released: 2025-11-23
1414
url: "https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation"
1515
repository-code: "https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation"

PICA.py

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

9696
class PICALauncherApp:
9797

98-
PROGRAM_VERSION = "6.0"
98+
PROGRAM_VERSION = "1.0.0"
9999
CLR_BG_DARK = '#2B3D4F'
100100
CLR_FRAME_BG = '#3A506B'
101101
CLR_ACCENT_GOLD = '#FFC107'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pica-automation"
7-
version = "14.1.0"
7+
version = "1.0.0"
88
authors = [
99
{ name = "Prathamesh Deshmukh", email = "prathameshium@duck.com" },
1010
]

0 commit comments

Comments
 (0)