diff options
author | Kali Kaneko <kali@leap.se> | 2018-01-18 15:37:18 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-01-25 01:19:16 +0100 |
commit | c3306592fbb54fab0da44a8faaa8a1c6954537fd (patch) | |
tree | 0a9b406f81d33af40e1e943f0e330c28b06eb9ed /ui/pydist/setup.py | |
parent | 276c717b0d1d662cabc117cea7373418efedde09 (diff) |
[feat] report missing polkit properly from main UI
also refactor and move polkit_agent so that it does not depend on having
bitmask on the path.
Diffstat (limited to 'ui/pydist/setup.py')
-rw-r--r-- | ui/pydist/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/pydist/setup.py b/ui/pydist/setup.py index 8f6fd4cd..0bfeac78 100644 --- a/ui/pydist/setup.py +++ b/ui/pydist/setup.py @@ -39,7 +39,7 @@ timestamp = time.strftime('%Y%m%d%H%M', now.timetuple()) setup( name='leap.bitmask_js', - version='0.2.%s' % timestamp, + version='0.3.%s' % timestamp, description='Bitmask UI', long_description=long_description, author='LEAP Encrypted Access Project', |