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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: deepl-haystack
3
- Version: 0.1.0
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
- `google-vertex-haystack` is distributed under the terms of the
82
+ `deepl-haystack` is distributed under the terms of the
83
83
  [MIT](https://opensource.org/license/mit) license.
84
84
 
@@ -51,5 +51,5 @@ make format
51
51
 
52
52
  ## License
53
53
 
54
- `google-vertex-haystack` is distributed under the terms of the
54
+ `deepl-haystack` is distributed under the terms of the
55
55
  [MIT](https://opensource.org/license/mit) license.
@@ -5,6 +5,6 @@ from .components.translators.deepl.translator import (
5
5
  DeepLTextTranslator,
6
6
  )
7
7
 
8
- __version__ = "0.1.0"
8
+ __version__ = "0.1.1"
9
9
 
10
10
  __all__ = ["DeepLDocumentTranslator", "DeepLTextTranslator"]
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "deepl-haystack"
3
- version = "0.1.0"
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