diff --git a/CITATION.cff b/CITATION.cff index 06cd782..ad4b665 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,7 +10,7 @@ authors: orcid: "https://orcid.org/0000-0003-3286-0139" date-released: 2021-01-13 doi: "10.5281/zenodo.4436720" -version: "0.1.0" +version: "0.1.1" repository-code: "https://github.com/NLeSC-GO-common-infrastructure/dcachefs" keywords: - "dCache" diff --git a/dcachefs/__version__.py b/dcachefs/__version__.py index b794fd4..df9144c 100644 --- a/dcachefs/__version__.py +++ b/dcachefs/__version__.py @@ -1 +1 @@ -__version__ = '0.1.0' +__version__ = '0.1.1'