Skip to content

Commit ecabd59

Browse files
committed
Bump version
1 parent a297a4e commit ecabd59

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (c) 2019-2020 Future Internet Consulting and Development Solutions S.L.
3+
# Copyright (c) 2019-2021 Future Internet Consulting and Development Solutions S.L.
44

55
# This file is part of Wirecloud Keycloak plugin.
66

@@ -20,12 +20,14 @@
2020
import os
2121
import setuptools
2222

23+
2324
def read(fname):
2425
return open(os.path.join(os.path.dirname(__file__), fname)).read()
2526

27+
2628
setuptools.setup(
2729
name='wirecloud-keycloak',
28-
version='0.3.4',
30+
version='0.3.5',
2931
author="FICODES",
3032
author_email="contact@ficodes.com",
3133
description="WireCloud extension supporting authentication with Keycloak IDM",

0 commit comments

Comments
 (0)