Skip to content

Commit

Permalink
update core deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenzo42 committed Feb 22, 2021
1 parent 0dd4639 commit a6fd974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -18,7 +18,7 @@ def read(fname):

setup(
name='krules-subjects-storage-k8s',
version="0.8.2",
version="0.8.3",
author="Alberto Degli Esposti",
author_email="alberto@arispot.tech",
description="KRules k8s subjects storage implementation",
Expand All @@ -32,7 +32,7 @@ def read(fname):
"License :: OSI Approved :: Apache Software License",
],
install_requires=[
'krules-core==0.8.2',
'krules-core==0.8.3.1',
'pykube-ng==20.10.0',
],
setup_requires=[
Expand Down

0 comments on commit a6fd974

Please sign in to comment.