Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck-Dernoncourt authored Mar 13, 2019
1 parent 4cbfc3a commit d7f1b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neuroner.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from pprint import pprint
# http://stackoverflow.com/questions/42217532/tensorflow-version-1-0-0-rc2-on-windows-opkernel-op-bestsplits-device-typ
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'
print('NeuroNER version: {0}'.format('1.0-dev'))
print('NeuroNER version: {0}'.format('1.0-dev2'))
print('TensorFlow version: {0}'.format(tf.__version__))
import warnings
warnings.filterwarnings('ignore')
Expand Down

0 comments on commit d7f1b4b

Please sign in to comment.