File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,6 @@ Current PicoScope support:
6969- [ pypi-nightly (dev repo)] ( https://pypi.org/project/pypicosdk-nightly/ )
7070
7171## Version Control
72- pyPicoSDK: 1.6.2
72+ pyPicoSDK: 1.6.3
7373
7474Docs: 0.4.1
Original file line number Diff line number Diff line change @@ -66,6 +66,6 @@ Current PicoScope support:
6666- [ pypi-nightly (dev repo)] ( https://pypi.org/project/pypicosdk-nightly/ )
6767
6868## Version Control
69- pyPicoSDK: 1.6.2
69+ pyPicoSDK: 1.6.3
7070
7171Docs: 0.4.1
Original file line number Diff line number Diff line change 11"""Copyright (C) 2025-2025 Pico Technology Ltd. See LICENSE file for terms."""
2- VERSION = "1.6.2 "
2+ VERSION = "1.6.3 "
Original file line number Diff line number Diff line change 11# Copyright (C) 2025-2025 Pico Technology Ltd. See LICENSE file for terms.
2- # Master version file for all scripts.
3- # Update these variables and run a build-tool (which will run version_updater.py)
2+ # Master version file for all scripts.
3+ # Update these variables first then run `python build-tools\ version_updater.py`
44docs_version = "0.4.1"
5- package_version = "1.6.2 "
5+ package_version = "1.6.3 "
You can’t perform that action at this time.
0 commit comments