We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3112f46 commit f3067d9Copy full SHA for f3067d9
1 file changed
microSWIFTtelemetry/version.py
@@ -4,7 +4,7 @@
4
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
5
_version_major = 0
6
_version_minor = 3
7
-_version_micro = 3 # use '' for first of series, number for 1 and above
+_version_micro = 4 # use '' for first of series, number for 1 and above
8
# _version_extra = 'dev'
9
_version_extra = '' # TODO: Uncomment this for full releases
10
0 commit comments