diff --git a/language_tool_python/download_lt.py b/language_tool_python/download_lt.py index 2750786..8a7847b 100755 --- a/language_tool_python/download_lt.py +++ b/language_tool_python/download_lt.py @@ -32,7 +32,7 @@ FILENAME_RELEASE = 'LanguageTool-{version}.zip' LTP_DOWNLOAD_VERSION = 'latest' -LT_SNAPSHOT_CURRENT_VERSION = '6.7-SNAPSHOT' +LT_SNAPSHOT_CURRENT_VERSION = '6.8-SNAPSHOT' JAVA_VERSION_REGEX = re.compile( r'^(?:java|openjdk) version "(?P\d+)(|\.(?P\d+)\.[^"]+)"', diff --git a/pyproject.toml b/pyproject.toml index a9adac3..fb98c4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "language_tool_python" -version = "2.9.4" +version = "2.9.5" requires-python = ">=3.9" description = "Checks grammar using LanguageTool." readme = { file = "README.md", content-type = "text/markdown" }