Skip to content

Commit

Permalink
Updated version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
reyniel26 committed Jan 16, 2023
1 parent 7cefb68 commit 8b4d698
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion profanity_check/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Profanity Check"""
from .profanity_check import predict, predict_prob

__version__="0.1.8"
__version__="0.1.9"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "bleepy-profanity-check"
version = "0.1.8"
version = "0.1.9"
authors = [
{ name="Victor Zhou (original author), Menelaos Kotoglou, Dimitrios Mistriotis, and Reyniel Mark Escamillas", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="alt-profanity-check",
version="0.1.8",
version="0.1.9",
author= ", ".join(authors),
author_email="[email protected]",
description=(
Expand Down

0 comments on commit 8b4d698

Please sign in to comment.