From df86bfb4ab7d94d954df89acf5daea16302411e9 Mon Sep 17 00:00:00 2001 From: Fuzail palnak Date: Sun, 25 Oct 2020 07:02:43 +0530 Subject: [PATCH] release 1.0.1 --- CHANGES.txt | 2 +- setup.cfg | 2 ++ setup.py | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 setup.cfg diff --git a/CHANGES.txt b/CHANGES.txt index 4a9604c..ac48fc7 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1 +1 @@ -v1.0.0, 08/06/2020 +v1.0.1, 25/10/2020 diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..224a779 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +description-file = README.md \ No newline at end of file diff --git a/setup.py b/setup.py index 73b2c3f..5eef68b 100755 --- a/setup.py +++ b/setup.py @@ -11,10 +11,10 @@ setup( name="shape_merge", - version="1.0.0", + version="1.0.1", author="Fuzail Palnak", author_email="fuzailpalnak@gmail.com", - url="https://github.com/cypherics/ShapeMerge", + url="https://github.com/fuzailpalnak/ShapeMerge", description="Library that Merges Geo Spatial Shapes", long_description=long_description, long_description_content_type="text/markdown",