There was an error while loading. Please reload this page.
1 parent a297a4e commit ecabd59Copy full SHA for ecabd59
1 file changed
setup.py
@@ -1,6 +1,6 @@
1
# -*- coding: utf-8 -*-
2
3
-# Copyright (c) 2019-2020 Future Internet Consulting and Development Solutions S.L.
+# Copyright (c) 2019-2021 Future Internet Consulting and Development Solutions S.L.
4
5
# This file is part of Wirecloud Keycloak plugin.
6
@@ -20,12 +20,14 @@
20
import os
21
import setuptools
22
23
+
24
def read(fname):
25
return open(os.path.join(os.path.dirname(__file__), fname)).read()
26
27
28
setuptools.setup(
29
name='wirecloud-keycloak',
- version='0.3.4',
30
+ version='0.3.5',
31
author="FICODES",
32
author_email="contact@ficodes.com",
33
description="WireCloud extension supporting authentication with Keycloak IDM",
0 commit comments