summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-05-01 04:05:03 +0900
committerKali Kaneko <kali@leap.se>2013-05-01 04:07:16 +0900
commitf74c32a4a8e9eae9c8055c25d3848ff7d836e308 (patch)
treeef1a67d7d7aa38a31fde0d00e41c5c735c71a444 /setup.py
parent1ae67202f1878106a3a9770d22dcb695f604d5ee (diff)
return None if no key found, avoid KeyError
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3c0f9de..d5323bc 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ setup(
name='leap.common',
# If you change version, do it also in
# src/leap/common/__init__.py
- version='0.2.1-dev',
+ version='0.2.1-dev2',
url='https://leap.se/',
license='GPLv3+',
author='The LEAP Encryption Access Project',