Skip to content

Commit

Permalink
update release version in setup file (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
R1j1t authored Aug 19, 2022
1 parent d8e8fa5 commit 750824d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="contextualSpellCheck",
version="0.4.1",
version="0.4.2",
author="R1j1t",
author_email="[email protected]",
description="Contextual spell correction using BERT (bidirectional representations)",
Expand All @@ -19,6 +19,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
Expand Down

0 comments on commit 750824d

Please sign in to comment.