From e7a91a88f45dc4051b28b83e990fe072cabf0595 Mon Sep 17 00:00:00 2001 From: yier Date: Fri, 28 Aug 2020 14:31:27 +0800 Subject: [PATCH] v6.7.0 --- LICENSE | 4 ++-- symspellpy/__version__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 17e9559..0266f06 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License -Copyright (c) 2018 mmb L (Python port https://github.com/mammothb/symspellpy) -Copyright (c) 2018 Wolf Garbe (Original C# implementation https://github.com/wolfgarbe/SymSpell) +Copyright (c) 2020 mmb L (Python port https://github.com/mammothb/symspellpy) +Copyright (c) 2020 Wolf Garbe (Original C# implementation https://github.com/wolfgarbe/SymSpell) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/symspellpy/__version__.py b/symspellpy/__version__.py index f1d9daa..5e4362f 100644 --- a/symspellpy/__version__.py +++ b/symspellpy/__version__.py @@ -1,7 +1,7 @@ __title__ = "symspellpy" __description__ = 'Python SymSpell' __url__ = "https://github.com/mammothb/symspellpy" -__version__ = "6.5.2" +__version__ = "6.7.0" __author__ = "mmb L" __author_email__ = "mammothb@hotmail.com" __license__ = "MIT"