From 87afd384a863cbf3a977a6a74051abcccda0c5f6 Mon Sep 17 00:00:00 2001 From: malnvenshorn Date: Thu, 18 Jan 2018 12:00:00 +0100 Subject: [PATCH] Prepare release of 0.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 04194be..ce004de 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup plugin_identifier = "webcamtab" plugin_package = "octoprint_webcamtab" plugin_name = "OctoPrint-WebcamTab" -plugin_version = "0.1.1" +plugin_version = "0.1.2" plugin_description = """Show webcam stream in separate tab""" plugin_author = "Sven Lohrmann" plugin_author_email = "malnvenshorn@gmail.com"