Skip to content

Commit c502b46

Browse files
Up-versioned to 1.6.3 (#158)
* Updated version.py help-text * Upversioned to 1.6.3
1 parent 39b52b9 commit c502b46

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

7474
Docs: 0.4.1

pypi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

7171
Docs: 0.4.1

pypicosdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Copyright (C) 2025-2025 Pico Technology Ltd. See LICENSE file for terms."""
2-
VERSION = "1.6.2"
2+
VERSION = "1.6.3"

version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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`
44
docs_version = "0.4.1"
5-
package_version = "1.6.2"
5+
package_version = "1.6.3"

0 commit comments

Comments
 (0)