Skip to content

Commit b6e0661

Browse files
committed
Upversioned to v0.3.0
1 parent 00ebe34 commit b6e0661

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ Once tested, try an [example script from github](https://github.com/JamesPicoTec
3737
- [PicoScope Support (Compatibility)](https://jamespicotech.github.io/pyPicoSDK/dev/current)
3838

3939
## Version Control
40-
pyPicoSDK: 0.2.30
40+
pyPicoSDK: 0.3.0
4141

4242
Docs: 0.1.6

docs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ Once tested, try an [example script from github](https://github.com/JamesPicoTec
3737
- [PicoScope Support (Compatibility)](https://jamespicotech.github.io/pyPicoSDK/dev/current)
3838

3939
## Version Control
40-
pyPicoSDK: 0.2.30
40+
pyPicoSDK: 0.3.0
4141

4242
Docs: 0.1.6

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.2.30"
2+
VERSION = "0.3.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def package_files(directory):
1414

1515
setup(
1616
name="pypicosdk",
17-
version="0.2.30",
17+
version="0.3.0",
1818
packages=find_packages(),
1919
include_package_data=True,
2020
has_ext_modules=lambda : True,

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.1.6"
4-
package_version = "0.2.30"
4+
package_version = "0.3.0"

0 commit comments

Comments
 (0)