Skip to content

Commit

Permalink
bump to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommos0 committed Oct 28, 2019
1 parent 8970241 commit 32ffaf2
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# YAML 1.2
---
abstract: "TICCLAT is a tool for text-induced corpus correction and lexical assessment."
authors:
-
affiliation: "Netherlands eScience Center"
family-names: Pawar
given-names: Pushpanjali
-
affiliation: "Netherlands eScience Center"
family-names: Mendrik
given-names: Adriënne
-
affiliation: "Netherlands eScience Center"
family-names: Bos
given-names: Patrick
-
affiliation: "Netherlands eScience Center"
family-names: Klaver
given-names: Tom
-
affiliation: "Meertens Instituut"
family-names: Reynaert
given-names: Martin
cff-version: "1.0.3"
date-released: 2019-10-28
keywords:
- "Spelling correction"
- "Visualization"
license: "Apache-2.0"
message: "If you use this software, please cite it using these metadata."
title: "TICCLAT"
version: "0.2.0"
...
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source = ticclat

[tool:pytest]
testpaths = tests
addopts = --cov --cov-report xml --cov-report term --cov-report html
;addopts = --cov --cov-report xml --cov-report term --cov-report html

# Define `python setup.py build_sphinx`
[build_sphinx]
Expand Down
2 changes: 1 addition & 1 deletion ticclat/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""TICCLAT version."""
__version__ = '0.1.0'
__version__ = '0.2.0'

0 comments on commit 32ffaf2

Please sign in to comment.