From 11f2f2e329ef404d0e9c022cb2f9fbbb45bae285 Mon Sep 17 00:00:00 2001
From: nancy.liao <huihui.liao@greentest.com.cn>
Date: 周日, 27 4月 2025 17:33:31 +0800
Subject: [PATCH] 完成了SCPI命令语法分析器的完整规则

---
 library.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/library.json b/library.json
index c664919..9254b18 100644
--- a/library.json
+++ b/library.json
@@ -1,8 +1,9 @@
 {
     "name": "scpi-parser",
     "keywords": "scpi",
-    "version": "2.3-pre",
+    "version": "2.4-pre",
     "description": "Open Source SCPI device library",
+    "license": "BSD-2-Clause",
     "repository": {
         "type": "git",
         "url": "https://github.com/j123b567/scpi-parser.git"

--
Gitblit v1.9.1