Skip to content

Commit

Permalink
Tag 0.3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudd-O committed Nov 23, 2022
1 parent 666c0df commit 94db637
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.8
Version: 0.3.9
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.8"
__version__ = "0.3.9"


log = logging.getLogger(__name__)
Expand Down

0 comments on commit 94db637

Please sign in to comment.