Skip to content

Commit

Permalink
Merge pull request #384 from ajdapretnar/ufal-temp-fix
Browse files Browse the repository at this point in the history
Release 0.5.1
  • Loading branch information
ajdapretnar authored Sep 27, 2018
2 parents 0a7bdef + d709060 commit 2f8921d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ odfpy>=1.3.5
docx2txt>=0.6
lxml
biopython # Enables Pubmed widget.
ufal.udpipe
ufal.udpipe ; platform_system!="Darwin"
ufal.udpipe-temp; platform_system=="Darwin"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
NAME = 'Orange3-Text'

MAJOR = 0
MINOR = 6
MICRO = 0
IS_RELEASED = False
MINOR = 5
MICRO = 1
IS_RELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
FULL_VERSION = VERSION

Expand Down

0 comments on commit 2f8921d

Please sign in to comment.