From 46da2543b12c9e2bcabc9dde5250e2cdedfb066c Mon Sep 17 00:00:00 2001 From: Adwaith Rajesh Date: Tue, 15 Jun 2021 11:09:23 +0530 Subject: [PATCH] Update setup.cfg --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0b5b84b..a77f510 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = py-module-info -version = 0.0.2 +version = 0.1.0 description = get extra info about python modules long_description = file: README.md long_description_content_type = text/markdown @@ -29,4 +29,4 @@ exclude = testing* [bdist_wheel] -universal = True \ No newline at end of file +universal = True