Skip to content

Commit 072a8a4

Browse files
committed
Strip trailing newline in output and bump version
1 parent 456c740 commit 072a8a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/deciphon/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ def see(
149149
Display scan results.
150150
"""
151151
with service_exit():
152-
echo(view_alignments(read_snap(snapfile)))
152+
echo(view_alignments(read_snap(snapfile)).rstrip("\n"))

cli/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "deciphon"
3-
version = "0.11.16"
3+
version = "0.11.17"
44
description = "Individually annotate long, error-prone nucleotide sequences into proteins"
55
authors = ["Danilo Horta <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)