diff --git a/setup.py b/setup.py index 627b33f..c2ed86a 100644 --- a/setup.py +++ b/setup.py @@ -3,11 +3,11 @@ setup( name = 'egcst', packages = ['egcst'], - version = '0.0.7', + version = '0.0.8', license = 'MIT', description = 'This package performs triangulation for engineering geological cross-sections', url = 'https://github.com/yuryatin/egcst', - download_url = 'https://github.com/yuryatin/egcst/archive/refs/tags/v0.0.7.tar.gz', + download_url = 'https://github.com/yuryatin/egcst/archive/refs/tags/v0.0.8.tar.gz', keywords = ['engineering', 'geological', 'cross', 'sections', 'mapping', 'triangulation', 'delaunay'], classifiers = [], install_requires = ['numpy', 'matplotlib', 'shapely', 'ground', 'sect']