Skip to content

Commit

Permalink
v6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mammothb committed Aug 28, 2020
1 parent 2e5007c commit e7a91a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion symspellpy/__version__.py
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e7a91a8

Please sign in to comment.