Skip to content

Commit 69e64fd

Browse files
committed
Bump version to 1.0.3-dev.
1 parent 91208f8 commit 69e64fd

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for ufal.chu_liu_edmonds
22

3+
1.0.3-dev
4+
35
1.0.2 [21 Aug 2022]
46
Update the Cython-generated module.
57
Move the module to ufal.chu_liu_edmonds package.

chu_liu_edmonds.cpp

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chu_liu_edmonds.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cython: language_level=3
22

3-
__version__ = "1.0.2"
3+
__version__ = "1.0.3-dev"
44

55
from libcpp.vector cimport vector
66
from libcpp cimport bool as cbool

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setuptools.setup(
1515
name = 'ufal.chu_liu_edmonds',
16-
version = '1.0.2',
16+
version = '1.0.3-dev',
1717
description = 'Bindings to Chu-Liu-Edmonds algorithm from TurboParser',
1818
long_description = readme, long_description_content_type = "text/markdown",
1919
author = 'Milan Straka',

0 commit comments

Comments
 (0)