Skip to content

Commit

Permalink
Release version 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed Aug 5, 2022
1 parent 7183825 commit 57e342c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion udpipe2.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import udpipe2_dataset
import udpipe2_eval

__version__ = "2.0.0-dev"
__version__ = "2.0.0"

# Use tf.compat.v1 if running with TF2. Only prediction is supported
# in this case, because we use tf.compat.opt.LazyAdamOptimizer, which
Expand Down
2 changes: 1 addition & 1 deletion udpipe2_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import urllib.error
import urllib.request

__version__ = "2.0.0-dev"
__version__ = "2.0.0"


def perform_request(server, method, params={}):
Expand Down
2 changes: 1 addition & 1 deletion udpipe2_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import numpy as np

__version__ = "2.0.0-dev"
__version__ = "2.0.0"


class UDPipe2Dataset:
Expand Down
2 changes: 1 addition & 1 deletion udpipe2_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import ufal.udpipe
import wembedding_service.wembeddings.wembeddings as wembeddings

__version__ = "2.0.0-dev"
__version__ = "2.0.0"


class TooLongError(Exception):
Expand Down

0 comments on commit 57e342c

Please sign in to comment.