We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ae4d1 commit af75670Copy full SHA for af75670
1 file changed
kubernetes_aio/__init__.py
@@ -12,10 +12,10 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__project__ = "kubernetes_asyncio"
+__project__ = "kubernetes_aio"
16
# The version is auto-updated. Please do not edit.
17
__version__ = "36.0.0+snapshot"
18
19
-import kubernetes_asyncio.client as client
+import kubernetes_aio.client as client
20
21
__all__ = ["client"]
0 commit comments