Skip to content

Commit

Permalink
Merge pull request #261 from c-martinez/dev
Browse files Browse the repository at this point in the history
Update version number for release 1.3.3
  • Loading branch information
c-martinez committed May 8, 2020
2 parents c625c01 + 914e0ba commit 37196fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
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.2"
version: "1.3.3"
2 changes: 1 addition & 1 deletion setup.py
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.2'
grlc_version = '1.3.3'

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
@@ -1 +1 @@
__version__ = '1.3.2'
__version__ = '1.3.3'

0 comments on commit 37196fa

Please sign in to comment.