Skip to content

Commit 372df55

Browse files
committed
Prepare for patch release 1.3.2
1 parent d038756 commit 372df55

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.1"
28+
version: "1.3.2"

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.1'
16+
grlc_version = '1.3.2'
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.1'
1+
__version__ = '1.3.2'

0 commit comments

Comments
 (0)