We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f4087 commit 106cfadCopy full SHA for 106cfad
3 files changed
CITATION.cff
@@ -17,7 +17,7 @@ authors:
17
given-names: "George"
18
orcid: "https://orcid.org/0000-0002-8198-5790"
19
title: "Harmony"
20
-version: 1.0.3
+version: 1.0.4
21
doi: DOI 10.17605/OSF.IO/BCT6K
22
date-released: 2023-07-22
23
url: "https://harmonydata.ac.uk"
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "harmonydata"
3
-version = "1.0.3"
+version = "1.0.4"
4
description = "Harmony Tool for Retrospective Data Harmonisation"
5
readme = "README.md"
6
keywords = [
src/harmony/__init__.py
@@ -25,7 +25,7 @@
25
26
'''
27
28
-__version__ = "1.0.3"
+__version__ = "1.0.4"
29
30
# TODO: make these configurable at package level
31
import os
0 commit comments