Skip to content

Commit e24523f

Browse files
committed
chore: rename package to DeepL again
1 parent 8cdc64c commit e24523f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## [0.1.0] - 2025-06-03
55

66
### Added
7-
- chore: initial release of the DeepLSDK.jl package.
7+
- chore: initial release of the DeepL.jl package.
88
- feat: `translate_text` function for translating a single string of text.
99
- feat: `translate_text` function for translating multiple strings of text.
1010

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "DeepLSDK"
1+
name = "DeepL"
22
uuid = "ee04fb13-afea-4bee-b967-185145acd83e"
33
authors = ["Pablo Valdunciel <pablo.valdunciel@docyet.com>"]
44
version = "0.1.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DeepLSDK.jl
1+
# DeepL.jl
22

33
DeepL SDK in Julia. The package currently implements only the most basic functionality: translating a string of text.
44

src/DeepLSDK.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module DeepLSDK
1+
module DeepL
22

33
# External dependencies
44
# ---------------------

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Test
2-
using DeepLSDK
2+
using DeepL
33

4-
@testset "DeepLSDK Module Tests" begin
4+
@testset "DeepL Module Tests" begin
55

66
@testset "translate_text" begin
77
@testset "single text" begin

0 commit comments

Comments
 (0)