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 e50d19c commit 283ee27Copy full SHA for 283ee27
erroranalysis/erroranalysis/version.py
@@ -4,5 +4,5 @@
4
name = 'erroranalysis'
5
_major = '0'
6
_minor = '5'
7
-_patch = '4'
+_patch = '5'
8
version = '{}.{}.{}'.format(_major, _minor, _patch)
0 commit comments