Skip to content

Commit

Permalink
ordering of dict update v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
eba-alemayehu committed Sep 16, 2023
1 parent ca3140f commit f6526b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cbebirr/cbebirr.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import xmltodict
from collections import OrderedDict
from hashlib import sha256
from urllib.parse import urlencode

def push_ussd(thirdPartyID,
password,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
long_description = "\n" + fh.read()

VERSION = '0.0.14'
VERSION = '0.0.15'
DESCRIPTION = 'CBEBirr integration'
LONG_DESCRIPTION = 'This package is a helper package with telebirr integration.'

Expand Down

0 comments on commit f6526b3

Please sign in to comment.