Skip to content

Commit

Permalink
Merge pull request #6 from Visgean/patch-1
Browse files Browse the repository at this point in the history
Uggly little typo...
  • Loading branch information
honzajavorek committed Feb 11, 2015
2 parents bf59b02 + 24861a6 commit 0aa0309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fiobank.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class FioBank(object):
u'KS': ('constant_symbol', str),
u'VS': ('variable_symbol', str),
u'SS': ('specific_symbol', str),
u'Uživatelská identifikace': ('user_identifiaction', unicode),
u'Uživatelská identifikace': ('user_identification', unicode),
u'Zpráva pro příjemce': ('recipient_message', unicode),
u'Typ': ('type', unicode),
u'Provedl': ('executor', unicode),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
base_path = os.path.dirname(__file__)


version = '0.0.4'
version = '0.0.5'


# release a version, publish to GitHub and PyPI
Expand Down

0 comments on commit 0aa0309

Please sign in to comment.