Skip to content

Commit 7af7b9f

Browse files
committed
change version to 0.1.1
1 parent 3119ef2 commit 7af7b9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bclm/notebooks/01_create_conllu_outputs.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5878,7 +5878,7 @@
58785878
"name": "python",
58795879
"nbconvert_exporter": "python",
58805880
"pygments_lexer": "ipython3",
5881-
"version": "3.6.8"
5881+
"version": "3.7.4"
58825882
}
58835883
},
58845884
"nbformat": 4,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def get_data_files(kind: str) -> list:
1919
long_description = fh.read()
2020
setuptools.setup(
2121
name='bclm',
22-
version='0.1',
22+
version='0.1.1',
2323
author="Dan Bareket",
2424
author_email="[email protected]",
2525
description="THE go-to place for all Python Hebrew Treebank processing tasks.",

0 commit comments

Comments
 (0)