Skip to content

Commit 44dc284

Browse files
author
Nilan Saha
committed
Version 0.0.2
1 parent fd1c768 commit 44dc284

File tree

7 files changed

+7
-2
lines changed

7 files changed

+7
-2
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
__pycache__
22
convex.egg-info
3+
build
4+
dist

convex/models/__init__.py

Whitespace-only changes.

convex/models/pos/__init__.py

Whitespace-only changes.

convex/utils/__init__.py

Whitespace-only changes.

convex/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '0.0.1'
1+
version = '0.0.2'

requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
tqdm==4.31.1
2+
torch==1.3.1
3+
nltk==3.4.5

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='convex',
11-
version='0.0.1',
11+
version='0.0.2',
1212
author='Nilan Saha',
1313
description = 'A Light-weight Python NLP Library',
1414
long_description = long_description,

0 commit comments

Comments
 (0)