Skip to content

Commit

Permalink
update geolang package version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lh4cKg committed May 21, 2016
1 parent 73a2b25 commit 1bb0033
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions geolang/geolang.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from .unicode import unicode_all as uc_all, unicode_ka as uc_ka

__author__ = "Lasha Gogua"
__version__ = "0.1.3"
__version__ = "0.1.4"


class GeoLangToolKit(object):
Expand Down Expand Up @@ -259,9 +259,9 @@ def _rep_str(match):
result = '%s' % value
return result

# instance = GeoLangToolKit()
# ka2Lat = instance.ka2lat
# lat2Ka = instance.lat2ka
# _2ka = instance._2ka
# _2lat = instance._2lat
# encode_slugify = instance.encode_slugify
instance = GeoLangToolKit()
ka2Lat = instance.ka2lat
lat2Ka = instance.lat2ka
_2ka = instance._2ka
_2lat = instance._2lat
encode_slugify = instance.encode_slugify

0 comments on commit 1bb0033

Please sign in to comment.