Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit ba9fcc8

Browse files
committed
bump version to 0.2
1 parent ec4a819 commit ba9fcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def get_install_requirements(path):
1919
def setup_package():
2020
setuptools.setup(
2121
name='nsenter',
22-
version='0.1.7',
22+
version='0.2',
2323
url='https://github.com/zalando/python-nsenter',
2424
description='Enter kernel namespaces from Python',
2525
author='Henning Jacobs',

0 commit comments

Comments
 (0)