Skip to content

Commit 93930ab

Browse files
committed
bump version to 0.2
1 parent efdb32d commit 93930ab

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

MANIFEST

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# file GENERATED by distutils, do NOT edit
2+
setup.cfg
3+
setup.py
4+
stanza/__init__.py
5+
stanza/monitoring/__init__.py
6+
stanza/monitoring/crc32c.py
7+
stanza/monitoring/experiment.py
8+
stanza/monitoring/progress.py
9+
stanza/monitoring/summary.py
10+
stanza/monitoring/trigger.py
11+
stanza/text/__init__.py
12+
stanza/text/dataset.py
13+
stanza/text/utils.py
14+
stanza/text/vocab.py
15+
stanza/util/__init__.py
16+
stanza/util/postgres.py
17+
stanza/util/resource.py
18+
stanza/util/unicode.py

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def run(self):
7373

7474
setup(
7575
name='stanza',
76-
version='0.1',
76+
version='0.2',
7777
packages=['stanza', 'stanza.text', 'stanza.monitoring', 'stanza.util'],
7878
url='https://github.com/stanfordnlp/stanza',
7979
license='MIT',

0 commit comments

Comments
 (0)