Skip to content

Commit c78c461

Browse files
committed
Preparing release v0.1.3
1 parent 753d548 commit c78c461

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

bin/trombone-5.2.1-jar-with-dependencies.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytrombone"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Wrapper for the Trombone project"
55
authors = ["Gabriel Couture <[email protected]>"]
66
license = "BSD-3-Clause"

pytrombone/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self, jar_path: Optional[str] = None):
1414
if not os.path.exists(jar_path):
1515
print(f'Downloading Trombone ({jar_path}). This may take some minutes ...')
1616
download_file(
17-
url='https://github.com/ulaval-rs/pytrombone/raw/main/bin/trombone-5.2.1-jar-with-dependencies.jar',
17+
url='https://github.com/ulaval-rs/pytrombone/releases/download/v0.1.3/trombone-5.2.1-with-dependencies.jar',
1818
new_file_name=jar_path
1919
)
2020
print(f'Trombone ({jar_path}) downloaded.')

0 commit comments

Comments
 (0)