diff --git a/versions.py b/versions.py index 9fd7bdb..307d71f 100644 --- a/versions.py +++ b/versions.py @@ -3,7 +3,7 @@ # the release comes from git and should not be modified # => read-only -_release = '0.2.0-4-g98b27b8' +_release = '0.2.0-5-g31e935e' # you can set the next version number manually # if you do not, the system will make sure that version > release @@ -13,4 +13,4 @@ # the build number will generate conflicts on each PR merge # just keep yours every time # => read-only -_build = '98b27b8fad8127f6602194ecb6a2add4516ae637' \ No newline at end of file +_build = '31e935eb706d572062b8bc8c3c1d09012444c09b' \ No newline at end of file