From 6d824b8f5b04f0f62ccc7bcca3ae0bb4c504b6ba Mon Sep 17 00:00:00 2001 From: Carlos Martinez Date: Tue, 19 May 2020 21:43:09 +0200 Subject: [PATCH] Prepare release 1.3.4 --- CITATION.cff | 2 +- setup.py | 2 +- src/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 9672fd8..5938fff 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -25,4 +25,4 @@ license: MIT message: "If you use this software, please cite it as below." repository-code: "https://github.com/CLARIAH/grlc" title: grlc -version: "1.3.3" +version: "1.3.4" diff --git a/setup.py b/setup.py index c198971..0c98e46 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ root_dir = root.replace(grlc_base_dir, '') data_files = os.path.join(root_dir, '*') grlc_data.append(data_files) -grlc_version = '1.3.3' +grlc_version = '1.3.4' with codecs.open('requirements.txt', mode='r') as f: install_requires = f.read().splitlines() diff --git a/src/__init__.py b/src/__init__.py index 07f744c..ac422f1 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1 +1 @@ -__version__ = '1.3.3' +__version__ = '1.3.4'