Skip to content

Commit

Permalink
Bug and packaging fixes. New release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudd-O committed Dec 2, 2022
1 parent a4a9cec commit 48ba347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ledgerhelpers.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%define mybuildnumber %{?build_number}%{?!build_number:1}

Name: python-%{_name}
Version: 0.3.9
Version: 0.3.10
Release: %{mybuildnumber}%{?dist}
Summary: A collection of helper programs and a helper library for Ledger (ledger-cli)

Expand Down
2 changes: 1 addition & 1 deletion src/ledgerhelpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import time
import tty

__version__ = "0.3.9"
__version__ = "0.3.10"


log = logging.getLogger(__name__)
Expand Down

0 comments on commit 48ba347

Please sign in to comment.