From a91398ad89f71a8b13541d5c996cdfe0ac682005 Mon Sep 17 00:00:00 2001 From: Colm Talbot Date: Wed, 23 Mar 2022 11:13:16 -0400 Subject: [PATCH] bump version --- setup.cfg | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6a369ff..8f0e6e7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,14 @@ [metadata] -name = nbstrip author = Colm Talbot author_email = talbotcolm@gmail.com -url = https://github.com/ColmTalbot/nbstrip -version = 0.1.0 +classifiers = Programming Language :: Python,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3 :: Only description = Strip all outputs and metadata from jupyter notebooks license_files = LICENSE -classifiers = Programming Language :: Python,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3 :: Only +long_description = README.md +long_description_content_type = md +name = nbstrip +url = https://github.com/ColmTalbot/nbstrip +version = 0.1.1 [options] py_modules = nbstrip