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"