From f9a9a405cdde50513600615910e34ad242d2d815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Sun, 22 Jun 2014 00:42:03 +0200 Subject: [PATCH] About time to declare this as a stable version, should have done this ages ago... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c0a23e98..d57d0820 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages -VERSION = "1.0.0-rc2" +VERSION = "1.0.0" def params(): name = "OctoPrint"