We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d038756 commit 372df55Copy full SHA for 372df55
CITATION.cff
@@ -25,4 +25,4 @@ license: MIT
25
message: "If you use this software, please cite it as below."
26
repository-code: "https://github.com/CLARIAH/grlc"
27
title: grlc
28
-version: "1.3.1"
+version: "1.3.2"
setup.py
@@ -13,7 +13,7 @@
13
root_dir = root.replace(grlc_base_dir, '')
14
data_files = os.path.join(root_dir, '*')
15
grlc_data.append(data_files)
16
-grlc_version = '1.3.1'
+grlc_version = '1.3.2'
17
18
with codecs.open('requirements.txt', mode='r') as f:
19
install_requires = f.read().splitlines()
src/__init__.py
@@ -1 +1 @@
1
-__version__ = '1.3.1'
+__version__ = '1.3.2'
0 commit comments