From 20df2b330bb9c22e79f8f700771510f8a463fc57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Sun, 20 Oct 2013 14:39:38 +0200 Subject: [PATCH] Preparing official "release" of a first rc to help in packaging --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8d2bc6cc..9297d050 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages -VERSION = "0.1.0" +VERSION = "1.0.0-rc1" def params(): name = "OctoPrint"