We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5de05d + 6d824b8 commit 5e6986dCopy full SHA for 5e6986d
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.3"
+version: "1.3.4"
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.3'
+grlc_version = '1.3.4'
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.3'
+__version__ = '1.3.4'
0 commit comments