Skip to content

Commit

Permalink
Updated setup.py with current version
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément authored Apr 6, 2021
1 parent 8917b92 commit 51d23cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


PACKAGE_NAME = 'parent'
VERSION = '1.0'
VERSION = '1.1.1'

KEYWORDS = ' '.join([
'parent', 'metric', 'evaluation', 'data-to-text', 'nlg', 'ngram'
Expand Down Expand Up @@ -77,4 +77,4 @@
"parent=parent:main",
]
}
)
)

0 comments on commit 51d23cd

Please sign in to comment.