Skip to content

Commit

Permalink
version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thammegowda committed Aug 9, 2019
1 parent 417899b commit 3c4266a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It supports Hierarchical BPE of two levels:

# Installation
```bash
# Install from pypy
# Install from pypi (TODO: for now this code is private)
$ pip install bpepp

# Install from github
Expand Down
2 changes: 1 addition & 1 deletion bpepp.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import json
from datetime import datetime

__version__ = 0.1
__version__ = 0.2
__description__ = """Byte Pair Encoding++ is a tool for hierarchical merging of character streams
into words and phrases."""
__epilog__ = f"""URL : https://github.com/thammegowda/bpepp """
Expand Down

0 comments on commit 3c4266a

Please sign in to comment.