Skip to content

Commit ed2ea97

Browse files
committed
Fixes a typo in the version number
1 parent cc81856 commit ed2ea97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "discriminative_lexicon_model"
3-
version = "2.0,0"
3+
version = "2.0.1"
44
description = "Python-implementation of Discriminative Lexicon Model / Linear Discriminative Learning"
55

66
license = "MIT"

0 commit comments

Comments
 (0)