Skip to content

Commit

Permalink
Update setup config
Browse files Browse the repository at this point in the history
  • Loading branch information
fdelavega committed Aug 1, 2019
1 parent e8a283c commit b3da04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(fname):

setuptools.setup(
name='wirecloud-keycloak',
version='0.1',
version='0.1.1',
author="FICODES",
author_email="[email protected]",
description="WireCloud extension supporting authentication with Keycloak IDM",
Expand All @@ -36,7 +36,7 @@ def read(fname):
license="AGPLv3+",
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: OS Independent",
],
include_package_data=True,
Expand Down

0 comments on commit b3da04c

Please sign in to comment.