Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSefara committed May 28, 2020
1 parent bc860c9 commit 034d8ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion textaugment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
from .word2vec import Word2vec
from .wordnet import Wordnet
from .eda import EDA
from .mixup import MIXUP
from .constants import LANGUAGES

name = "textaugment"

__version__ = '1.2'
__version__ = '1.3'
__licence__ = 'MIT'
__author__ = 'Joseph Sefara'
__url__ = 'https://github.com/dsfsi/textaugment/'

PACKAGE_DIR = os.path.dirname(os.path.abspath(__file__))

Expand All @@ -18,5 +20,6 @@
'Word2vec',
'Wordnet',
'EDA',
'MIXUP',
'LANGUAGES'
]

0 comments on commit 034d8ac

Please sign in to comment.