Skip to content

Commit 0aa0309

Browse files
committed
Merge pull request #6 from Visgean/patch-1
Uggly little typo...
2 parents bf59b02 + 24861a6 commit 0aa0309

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fiobank.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class FioBank(object):
5151
u'KS': ('constant_symbol', str),
5252
u'VS': ('variable_symbol', str),
5353
u'SS': ('specific_symbol', str),
54-
u'Uživatelská identifikace': ('user_identifiaction', unicode),
54+
u'Uživatelská identifikace': ('user_identification', unicode),
5555
u'Zpráva pro příjemce': ('recipient_message', unicode),
5656
u'Typ': ('type', unicode),
5757
u'Provedl': ('executor', unicode),

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
base_path = os.path.dirname(__file__)
2424

2525

26-
version = '0.0.4'
26+
version = '0.0.5'
2727

2828

2929
# release a version, publish to GitHub and PyPI

0 commit comments

Comments
 (0)