Skip to content

Commit

Permalink
update to xiAnnotator version 1.4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Kolbowski committed Aug 7, 2019
1 parent b26586b commit 57a1786
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyxiannotator/XiAnnotator.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class XiAnnotatorLocal(XiAnnotatorSuper):
def __init__(self, java_home_dir='/usr/lib/jvm/java-8-openjdk-amd64/', jar_path=''):
XiAnnotatorSuper.__init__(self)

self.xiAnnotatorVersion = '1.4.21'
self.xiAnnotatorVersion = '1.4.22'

import os
os.environ['JAVA_HOME'] = java_home_dir
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion pyxiannotator/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3
0.2.4

0 comments on commit 57a1786

Please sign in to comment.