From e368e3a17f62d08bee92afb9d316515d1fd7a7a4 Mon Sep 17 00:00:00 2001 From: Oleksandr <maksymets.o@gmail.com> Date: Wed, 29 Jan 2020 09:46:48 -0800 Subject: [PATCH] Version bump, better late than never (#286) Version bump, better late than never. That's needed for right package version building. --- habitat/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/habitat/version.py b/habitat/version.py index c72d4ccc5..be4026a75 100644 --- a/habitat/version.py +++ b/habitat/version.py @@ -4,4 +4,4 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -VERSION = "0.1.3" +VERSION = "0.1.4" -- GitLab