Skip to content

Commit

Permalink
Merge pull request #267 from c-martinez/dev
Browse files Browse the repository at this point in the history
Prepare release 1.3.4
  • Loading branch information
c-martinez authored May 19, 2020
2 parents f5de05d + 6d824b8 commit 5e6986d
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.3"
version: "1.3.4"
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.3'
grlc_version = '1.3.4'

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.3'
__version__ = '1.3.4'

0 comments on commit 5e6986d

Please sign in to comment.