Skip to content

Commit 106cfad

Browse files
committed
Update version
1 parent b5f4087 commit 106cfad

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors:
1717
given-names: "George"
1818
orcid: "https://orcid.org/0000-0002-8198-5790"
1919
title: "Harmony"
20-
version: 1.0.3
20+
version: 1.0.4
2121
doi: DOI 10.17605/OSF.IO/BCT6K
2222
date-released: 2023-07-22
2323
url: "https://harmonydata.ac.uk"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "harmonydata"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "Harmony Tool for Retrospective Data Harmonisation"
55
readme = "README.md"
66
keywords = [

src/harmony/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
'''
2727

28-
__version__ = "1.0.3"
28+
__version__ = "1.0.4"
2929

3030
# TODO: make these configurable at package level
3131
import os

0 commit comments

Comments
 (0)