summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
-rw-r--r--src/leap/common/events/events.proto3
2 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index c0bd98f..269d755 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ dependency_links = [
setup(
name='leap.common',
- version='0.2.0-dev',
+ version='0.2.1-dev',
url='https://leap.se/',
license='GPLv3+',
author='The LEAP Encryption Access Project',
diff --git a/src/leap/common/events/events.proto b/src/leap/common/events/events.proto
index eb6b98f..447b038 100644
--- a/src/leap/common/events/events.proto
+++ b/src/leap/common/events/events.proto
@@ -1,5 +1,5 @@
// signal.proto
-// Copyright (C) 2013 LEA
+// Copyright (C) 2013 LEAP
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -15,6 +15,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
package leap.common.events;
+option py_generic_services = true;
enum Event {
CLIENT_SESSION_ID = 1;