deepl-haystack 0.1.0__tar.gz → 0.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {deepl_haystack-0.1.0 → deepl_haystack-0.1.1}/PKG-INFO +2 -2
- {deepl_haystack-0.1.0 → deepl_haystack-0.1.1}/README.md +1 -1
- {deepl_haystack-0.1.0 → deepl_haystack-0.1.1}/deepl_haystack/__init__.py +1 -1
- {deepl_haystack-0.1.0 → deepl_haystack-0.1.1}/pyproject.toml +1 -1
- {deepl_haystack-0.1.0 → deepl_haystack-0.1.1}/LICENSE +0 -0
- {deepl_haystack-0.1.0 → deepl_haystack-0.1.1}/deepl_haystack/components/translators/deepl/translator.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: deepl-haystack
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Haystack integration with DeepL translation services provider.
|
|
5
5
|
Home-page: https://github.com/dribia/deepl-haystack
|
|
6
6
|
License: Apache-2.0
|
|
@@ -79,6 +79,6 @@ make format
|
|
|
79
79
|
|
|
80
80
|
## License
|
|
81
81
|
|
|
82
|
-
`
|
|
82
|
+
`deepl-haystack` is distributed under the terms of the
|
|
83
83
|
[MIT](https://opensource.org/license/mit) license.
|
|
84
84
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "deepl-haystack"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.1"
|
|
4
4
|
description = "Haystack integration with DeepL translation services provider."
|
|
5
5
|
authors = ["Albert Iribarne <iribarne@dribia.com>"]
|
|
6
6
|
maintainers = ["Albert Iribarne <iribarne@dribia.com>", "Dribia Data Research <code@dribia.com>"]
|
|
File without changes
|
|
File without changes
|