Skip to content

Commit f0735cf

Browse files
committed
preparing for 0.0.23
1 parent 3a9e058 commit f0735cf

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

kubeshell/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.0.21'
1+
__version__ = '0.0.23'
22
from . import logger

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.22
2+
current_version = 0.0.23
33

44
[metadata]
55
description-file = README.rst

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
url='https://github.com/cloudnativelabs/kube-shell',
3131
packages=find_packages(),
3232
package_data={'kubeshell': ['data/cli.json']},
33-
include_package_data=True,
3433
zip_safe=False,
3534
install_requires=requires,
3635
entry_points={

0 commit comments

Comments
 (0)