Skip to content

Commit 0e9d8d5

Browse files
committed
Bump patch version for pypi release
1 parent 4d8be1b commit 0e9d8d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

microSWIFTtelemetry/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
55
_version_major = 0
66
_version_minor = 3
7-
_version_micro = 5 # use '' for first of series, number for 1 and above
7+
_version_micro = 6 # use '' for first of series, number for 1 and above
88
# _version_extra = 'dev'
99
_version_extra = '' # TODO: Uncomment this for full releases
1010

0 commit comments

Comments
 (0)