Nidhal Baccouri
commited on
bumped version to 1.5.0
Browse files
setup.cfg
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
#main config
|
2 |
[metadata]
|
3 |
name = Deep Translator
|
4 |
-
version = 1.
|
5 |
url = https://github.com/nidhaloff/deep_translator
|
6 |
author = Nidhal Baccouri
|
7 |
author_email = [email protected]
|
@@ -36,8 +36,8 @@ keywords = deep_translator, deepL, DeepL, translator, translation, automation,
|
|
36 |
detect language, free translation, unlimited translation, translate for free
|
37 |
|
38 |
[build_sphinx]
|
39 |
-
version = 1.
|
40 |
-
release = 1.
|
41 |
|
42 |
# TODO: These can be switched back on if the CI platform changes from Travis. Travis still requires setup.py to function properly.
|
43 |
# [options]
|
@@ -85,4 +85,4 @@ exclude = docs
|
|
85 |
test = pytest
|
86 |
|
87 |
[tool:pytest]
|
88 |
-
collect_ignore = [setup.py]
|
|
|
1 |
#main config
|
2 |
[metadata]
|
3 |
name = Deep Translator
|
4 |
+
version = 1.5.0
|
5 |
url = https://github.com/nidhaloff/deep_translator
|
6 |
author = Nidhal Baccouri
|
7 |
author_email = [email protected]
|
|
|
36 |
detect language, free translation, unlimited translation, translate for free
|
37 |
|
38 |
[build_sphinx]
|
39 |
+
version = 1.5.0
|
40 |
+
release = 1.5.0
|
41 |
|
42 |
# TODO: These can be switched back on if the CI platform changes from Travis. Travis still requires setup.py to function properly.
|
43 |
# [options]
|
|
|
85 |
test = pytest
|
86 |
|
87 |
[tool:pytest]
|
88 |
+
collect_ignore = [setup.py]
|