Skip to content

Commit

Permalink
Version 0.5.0: Trigram corpus has been spell-checked
Browse files Browse the repository at this point in the history
  • Loading branch information
vthorsteinsson committed Dec 16, 2019
1 parent 34712cc commit 94e70a2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -338,3 +338,8 @@ virtualenv), then run::

$ python -m pytest

*********
Changelog
*********

* Version 0.5.0: Trigrams corpus has been spell-checked
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def read(*names, **kwargs):
name="icegrams",
# Remember to modify version numbers in
# src/icegrams/__init__.py as well
version="0.4.0",
version="0.5.0",
license="GNU GPLv3",
description="Trigram statistics for Icelandic",
long_description="{0}\n{1}".format(
Expand Down
4 changes: 2 additions & 2 deletions src/icegrams/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__init__.py
Copyright(C) 2019 Miðeind ehf.
Copyright (C) 2019 Miðeind ehf.
Original author: Vilhjálmur Þorsteinsson
This program is free software: you can redistribute it and/or modify
Expand All @@ -31,4 +31,4 @@

__author__ = "Miðeind ehf."
__copyright__ = "(C) 2019 Miðeind ehf."
__version__ = "0.4.0"
__version__ = "0.5.0"
4 changes: 2 additions & 2 deletions src/icegrams/resources/trigrams.bin
Git LFS file not shown

0 comments on commit 94e70a2

Please sign in to comment.