diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/MANIFEST.in b/MANIFEST.in index 8b5444b..5e96f6c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ recursive-include boost * recursive-include libgeoda * -include LICENSE.txt \ No newline at end of file +include LICENSE \ No newline at end of file diff --git a/setup.py b/setup.py index 2a6fd6d..96a3d56 100644 --- a/setup.py +++ b/setup.py @@ -206,7 +206,7 @@ extra_objects=EXTRA_OBJECTS),] setup (name = 'pygeoda', - version = '0.0.7', + version = '0.0.7.1', author = "Xun Li", author_email = "lixun910@gmail.com", url = "https://github.com/geodacenter/pygeoda",