#!/usr/bin/python # -*- coding: utf-8 -*- # # This file is part of CERN Search. # Copyright (C) 2018-2019 CERN. # # CERN Search is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. """Version information for CERNSearch_REST. This file is imported by ``cern_search_rest_api.__init__``, and parsed by ``setup.py``. """ from __future__ import absolute_import, print_function __version__ = '1.3.0-beta'