Blame setup/version.py

Packit Service 6a275b
# -*- coding: utf-8 -*-
Packit Service 6a275b
# vim:et sts=4 sw=4
Packit Service 6a275b
#
Packit Service 6a275b
# ibus-typing-booster - A completion input method for IBus
Packit Service 6a275b
#
Packit Service 6a275b
# Copyright (c) 2012-2013 Anish Patil <apatil@redhat.com>
Packit Service 6a275b
# Copyright (c) 2012-2016 Mike FABIAN <mfabian@redhat.com>
Packit Service 6a275b
#
Packit Service 6a275b
# This program is free software: you can redistribute it and/or modify
Packit Service 6a275b
# it under the terms of the GNU General Public License as published by
Packit Service 6a275b
# the Free Software Foundation, either version 3 of the License, or
Packit Service 6a275b
# (at your option) any later version.
Packit Service 6a275b
#
Packit Service 6a275b
# This program is distributed in the hope that it will be useful,
Packit Service 6a275b
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 6a275b
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 6a275b
# GNU General Public License for more details.
Packit Service 6a275b
#
Packit Service 6a275b
# You should have received a copy of the GNU General Public License
Packit Service 6a275b
# along with this program.  If not, see <http://www.gnu.org/licenses/>
Packit Service 6a275b
Packit Service 6a275b
def get_version():
Packit Service 6a275b
    return "2.1.0"