Skip to content
Snippets Groups Projects
Select Git revision
  • 82baebb754579d008f3ea59d2b8b00b07b9f5935
  • main default protected
  • master protected
3 results

Modul_05.Rmd

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    version.py 394 B
    # -*- coding: utf-8 -*-
    #
    # This file is part of Invenio.
    # Copyright (C) 2016-2019 CERN.
    #
    # Invenio 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 Invenio-Previewer.
    
    This file is imported by ``invenio_previewer.__init__``,
    and parsed by ``setup.py``.
    """
    
    __version__ = "1.5.0"