Skip to content

Commit

Permalink
add 4.0.0 dev2 version for building
Browse files Browse the repository at this point in the history
  • Loading branch information
sagorbrur committed Aug 12, 2023
1 parent c9111a1 commit 044979a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bnlp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "4.0.0alpha"
__version__ = "4.0.0dev2"


import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name="bnlp_toolkit",
version="4.0.0alpha",
version="4.0.0dev2",
author="Sagor Sarker",
author_email="[email protected]",
description="BNLP is a natural language processing toolkit for Bengali Language",
Expand Down

0 comments on commit 044979a

Please sign in to comment.