From 800f11956f9f62553c573060f7b0d84e9046fbbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 25 Feb 2018 19:37:19 +0100 Subject: [PATCH] Make it 2.0.0rc1 --- printrun/printcore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printrun/printcore.py b/printrun/printcore.py index 0991d9dfd..a09966439 100644 --- a/printrun/printcore.py +++ b/printrun/printcore.py @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with Printrun. If not, see . -__version__ = "1.6.0" +__version__ = "2.0.0rc1" import sys if sys.version_info.major < 3: