Skip to content

Commit 89434ac

Browse files
ver number updated
1 parent bb8cd92 commit 89434ac

4 files changed

Lines changed: 12 additions & 12 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: 1.0.0
12+
version: 1.0.1
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"

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Research & Documentation
204204
Launch: PICA project posted on Hacker News.
205205
---
206206
207-
### **v15.0 : JOSS Submission & Professionalization**
207+
### **v 15.0 : JOSS Submission & Professionalization**
208208
*Status: Released November 2025*
209209
Focus shifted to code quality, stability, and documentation standards.
210210
* **CI/CD Integration:** Implementation of automated testing pipelines using GitHub Actions.
@@ -238,16 +238,16 @@ This period marked the transition to the **GUI-Backend isolated architecture**.
238238
If you use this software in your research, please cite it using the following BibTeX entry:
239239
240240
```bibtex
241-
@software{Deshmukh_PICA_2023,
241+
@software{Deshmukh_PICA_2025,
242242
author = {Deshmukh, Prathamesh Keshao and Mukherjee, Sudip},
243243
title = {{PICA: Python-based Instrument Control and Automation Software Suite}},
244244
month = sep,
245-
year = 2023,
245+
year = 2025,
246246
publisher = {GitHub},
247-
version = {15.0.0},
248-
url = {[https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation](https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation)}
247+
version = {1.0.1},
248+
url = {https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation}
249249
}
250-
````
250+
```
251251
252252
Alternatively, refer to the `CITATION.cff` file in the root directory.
253253

docs/User_Manual.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\<img src="../assets/LOGO/PICA\_LOGO\_NBG.png" alt="PICA Logo" width="150"/\>
44
\<h1\>PICA User Manual\</h1\>
55
\<p\>\<strong\>Python-based Instrument Control and Automation Software Suite\</strong\>\</p\>
6-
\<p\>\<em\>Comprehensive Guide for Version 15.0\</em\>\</p\>
6+
<p><em>Comprehensive Guide for Version 1.0.1</em></p>
77
\</div\>
88

99
-----
@@ -212,7 +212,7 @@ Default communication addresses for selected instruments. Use the **Test GPIB**
212212

213213
### File Structure
214214

215-
Reference for the project directory layout (v15.0).
215+
Reference for the project directory layout (v1.0.1).
216216

217217
```text
218218
PICA (Root Directory)/
@@ -273,7 +273,7 @@ Research & Documentation
273273

274274
Launch: PICA project posted on Hacker News.
275275

276-
**Version 15.0 (Current)**
276+
**Version 15****
277277

278278
* **JOSS Submission:** Codebase refactored to meet open-source software standards.
279279
* **CI/CD:** Added automated testing pipelines via GitHub Actions.

pica/main.py

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

9696
class PICALauncherApp:
9797

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

0 commit comments

Comments
 (0)