Skip to content

Commit b758a8f

Browse files
Up-Versioned to 1.0.0 docs: 0.2.4 (#63)
1 parent 9ff4856 commit b758a8f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ Once tested, try an [example script from github](https://github.com/JamesPicoTec
4141
- [PicoScope Support (Compatibility)](https://jamespicotech.github.io/pyPicoSDK/dev/current)
4242

4343
## Version Control
44-
pyPicoSDK: 0.4.0
44+
pyPicoSDK: 1.0.0
4545

46-
Docs: 0.2.3
46+
Docs: 0.2.4

pypicosdk/version.py

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

2-
VERSION = "0.4.0"
2+
VERSION = "1.0.0"

version.py

Lines changed: 2 additions & 2 deletions
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)
3-
docs_version = "0.2.3"
4-
package_version = "0.4.0"
3+
docs_version = "0.2.4"
4+
package_version = "1.0.0"

0 commit comments

Comments
 (0)