Skip to content

Commit

Permalink
Bump kubernetes to v18.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j4ckofalltrades committed Sep 12, 2021
1 parent 1bc8365 commit 54b4ccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish package to PyPI
on:
release:
types: [created]
workflow_dispatch:

jobs:
build-n-publish:
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = powerline-k8s
description = A custom Powerline segment for displaying the current Kubernetes context and namespace
version = 1.0.4
version = 1.1.0
author = Jordan Duabe
author_email = [email protected]
long_description = file: README.md
Expand Down Expand Up @@ -32,7 +32,7 @@ package_dir =
packages = find:
python_requires = >=3.7
install_requires =
kubernetes>=17.17.0
kubernetes>=18.20.0
powerline-status>=2.7

[options.extras_require]
Expand Down

0 comments on commit 54b4ccb

Please sign in to comment.