From aefb72f7cce3d56fcbfc359c3657b9811fa43dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Fri, 8 Aug 2014 17:06:43 +0200 Subject: [PATCH] API version 1.0 is too early, we'll set it to 0.1 for now until it is really stable and not missing things like system commands and such (cherry picked from commit 4d434d3) --- src/octoprint/server/api/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/octoprint/server/api/__init__.py b/src/octoprint/server/api/__init__.py index 7e886e7ae1..816d518791 100644 --- a/src/octoprint/server/api/__init__.py +++ b/src/octoprint/server/api/__init__.py @@ -30,7 +30,7 @@ from . import log as api_logs -VERSION = "1.0" +VERSION = "0.1" #~~ first run setup