Skip to content

Commit

Permalink
Version update for v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Oct 10, 2022
1 parent 45cabd6 commit bf3d362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Emojis for the following are chosen based on [gitmoji](https://gitmoji.dev/).
- Functions have been added to parse and clean the above dumps.
- Autosuggestions are generated from the cleaned texts by deriving most common words and those words that most commonly follow them.
- A query for profane words has been added and integrated into the autosuggest flow to make sure that inappropriate words are not included.
<!-- - The adjectives column has been removed from Scribe data tables until support is offered. -->
- The adjectives column has been removed from Scribe data tables until support is offered.

### ♻️ Code Refactoring

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
name="scribe-data",
packages=find_packages(where="src"),
package_dir={"": "src"},
version="1.0.1",
version="2.0.0",
author="Andrew Tavis McAllister",
author_email="[email protected]",
classifiers=[
Expand Down

0 comments on commit bf3d362

Please sign in to comment.