Skip to content

Commit

Permalink
Prepare for patch release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
c-martinez committed Jan 13, 2020
1 parent d038756 commit 372df55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.1'
__version__ = '1.3.2'

0 comments on commit 372df55

Please sign in to comment.