diff --git a/CITATION.cff b/CITATION.cff index 8750364..56fee2d 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.1" +version: "1.3.2" diff --git a/setup.py b/setup.py index d654e5b..1699b6d 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.1' +grlc_version = '1.3.2' 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 72837bd..e398332 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1 +1 @@ -__version__ = '1.3.1' +__version__ = '1.3.2'