Skip to content

Commit 5e6986d

Browse files
authored
Merge pull request #267 from c-martinez/dev
Prepare release 1.3.4
2 parents f5de05d + 6d824b8 commit 5e6986d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ license: MIT
2525
message: "If you use this software, please cite it as below."
2626
repository-code: "https://github.com/CLARIAH/grlc"
2727
title: grlc
28-
version: "1.3.3"
28+
version: "1.3.4"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
root_dir = root.replace(grlc_base_dir, '')
1414
data_files = os.path.join(root_dir, '*')
1515
grlc_data.append(data_files)
16-
grlc_version = '1.3.3'
16+
grlc_version = '1.3.4'
1717

1818
with codecs.open('requirements.txt', mode='r') as f:
1919
install_requires = f.read().splitlines()

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.3.3'
1+
__version__ = '1.3.4'

0 commit comments

Comments
 (0)