From 22335fc4e71de5c4ceefbd5e502a15ad285740cf Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Mon, 21 Dec 2015 22:50:07 -0500 Subject: unicoded the version strings. --- combox/_version.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'combox') diff --git a/combox/_version.py b/combox/_version.py index 00ebf1d..02e573d 100644 --- a/combox/_version.py +++ b/combox/_version.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright (C) 2015 Combox author(s). See AUTHORS. # # This file is part of Combox. @@ -16,8 +18,8 @@ # along with Combox (see COPYING). If not, see # . -__version__ = "0.1" -__release__ = "3" +__version__ = u"0.1" +__release__ = u"3" def get_version(): -- cgit v1.2.3