Skip to content
Snippets Groups Projects
Unverified Commit 110dcdd0 authored by Nicola Tarocco's avatar Nicola Tarocco
Browse files

global: fix wrong package version

parent af78f39b
No related branches found
No related tags found
No related merge requests found
...@@ -318,6 +318,6 @@ Now define the priority for all previewers by adding the newly created ...@@ -318,6 +318,6 @@ Now define the priority for all previewers by adding the newly created
from .ext import InvenioPreviewer from .ext import InvenioPreviewer
from .proxies import current_previewer from .proxies import current_previewer
__version__ = "1.3.9" __version__ = "1.5.0"
__all__ = ("__version__", "current_previewer", "InvenioPreviewer") __all__ = ("__version__", "current_previewer", "InvenioPreviewer")
# -*- 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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment