Skip to content

Commit

Permalink
📦 release: v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SotosTsepe committed Sep 19, 2024
1 parent 75a27c8 commit 0268a6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion invenio_damap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2022 Graz University of Technology.
# Copyright (C) 2024 TU Wien.
#
# Invenio-DAMAP is free software; you can redistribute it and/or modify
# it under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -9,6 +10,6 @@

from .ext import InvenioDAMAP

__version__ = "0.0.1"
__version__ = "0.1.0"

__all__ = ("__version__", "InvenioDAMAP")

0 comments on commit 0268a6d

Please sign in to comment.