Skip to content

Commit 5756e0f

Browse files
Upversion (#87)
* Updated base.py - channels_buffer_adc_to_mv() simplified as rapid block now uses numpy arrays instead of lists. It can now use the standard conversion. * Upversioned to 1.3.1
1 parent 670cd71 commit 5756e0f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ Current PicoScope support:
4545
- [pypi-nightly (dev repo)](https://pypi.org/project/pypicosdk-nightly/)
4646

4747
## Version Control
48-
pyPicoSDK: 1.3.0
48+
pyPicoSDK: 1.3.1
4949

5050
Docs: 0.4.0

pypicosdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
VERSION = "1.3.0"
2+
VERSION = "1.3.1"

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Master version file for all scripts.
22
# Update these variables and run a build-tool (which will run version_updater.py)
33
docs_version = "0.4.0"
4-
package_version = "1.3.0"
4+
package_version = "1.3.1"

0 commit comments

Comments
 (0)