Skip to content

Commit 1dbcbc8

Browse files
committed
2 parents bbd94a3 + d74e3b5 commit 1dbcbc8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cgroupspy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2525
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
"""
27-
__version__ = "0.2.0"
27+
__version__ = "0.2.1"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@
3232
license='New BSD',
3333
description="Python library for managing cgroups",
3434
long_description=long_description,
35+
long_description_content_type='text/markdown',
3536
)

0 commit comments

Comments
 (0)