Skip to content

Commit

Permalink
Preparing release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gacou54 committed May 11, 2022
1 parent 753d548 commit c78c461
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions bin/trombone-5.2.1-jar-with-dependencies.jar

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytrombone"
version = "0.1.2"
version = "0.1.3"
description = "Wrapper for the Trombone project"
authors = ["Gabriel Couture <gacou54@ulaval.ca>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion pytrombone/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self, jar_path: Optional[str] = None):
if not os.path.exists(jar_path):
print(f'Downloading Trombone ({jar_path}). This may take some minutes ...')
download_file(
url='https://github.com/ulaval-rs/pytrombone/raw/main/bin/trombone-5.2.1-jar-with-dependencies.jar',
url='https://github.com/ulaval-rs/pytrombone/releases/download/v0.1.3/trombone-5.2.1-with-dependencies.jar',
new_file_name=jar_path
)
print(f'Trombone ({jar_path}) downloaded.')
Expand Down

0 comments on commit c78c461

Please sign in to comment.