Skip to content

Commit

Permalink
Upped package version
Browse files Browse the repository at this point in the history
  • Loading branch information
shner-elmo committed Aug 13, 2023
1 parent 8d6e6e7 commit 44a44e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

---

[![PyPi](https://img.shields.io/badge/PyPi-0.1.0-yellow)](https://pypi.org/project/flashtext2/)
[![PyPi](https://img.shields.io/badge/PyPi-0.2.0-yellow)](https://pypi.org/project/flashtext2/)
[![Downloads](https://pepy.tech/badge/flashtext2)](https://pepy.tech/project/flashtext2)
[![Downloads](https://pepy.tech/badge/flashtext2/month)](https://pepy.tech/project/flashtext2)

Expand Down
3 changes: 3 additions & 0 deletions flashtext2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
from __future__ import annotations

__version__ = '0.2.0'
__author__ = 'Shneor E.'

from .keyword_processor import KeywordProcessor
from .trie_dict import TrieDict
from .exceptions import FlashTextException, WordNotFoundError
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "flashtext2"
version = "0.1.0"
version = "0.2.0"
description = "A package for extracting keywords from large text very quickly (much faster than regex and the original flashtext package"
authors = ["Shneor Elmaleh <[email protected]>"]
authors = ["Shneor E. <[email protected]>"]
license = "MIT"
readme = "README.md"

Expand Down

0 comments on commit 44a44e9

Please sign in to comment.