From f788251ae897d5c811b6b7a2f3443e4213ce74c0 Mon Sep 17 00:00:00 2001 From: changliao1025 Date: Fri, 16 Apr 2021 09:16:02 -0700 Subject: [PATCH] update package structure --- hexwatershed/auxiliary/__init__.py | 0 hexwatershed/preprocess/elevation/__init__.py | 0 hexwatershed/preprocess/mesh/hexagon/__init__.py | 0 hexwatershed/preprocess/mesh/jigsaw/__init__.py | 0 hexwatershed/preprocess/mesh/square/__init__.py | 0 setup.py | 2 +- 6 files changed, 1 insertion(+), 1 deletion(-) create mode 100755 hexwatershed/auxiliary/__init__.py create mode 100755 hexwatershed/preprocess/elevation/__init__.py create mode 100755 hexwatershed/preprocess/mesh/hexagon/__init__.py create mode 100755 hexwatershed/preprocess/mesh/jigsaw/__init__.py create mode 100755 hexwatershed/preprocess/mesh/square/__init__.py diff --git a/hexwatershed/auxiliary/__init__.py b/hexwatershed/auxiliary/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/hexwatershed/preprocess/elevation/__init__.py b/hexwatershed/preprocess/elevation/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/hexwatershed/preprocess/mesh/hexagon/__init__.py b/hexwatershed/preprocess/mesh/hexagon/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/hexwatershed/preprocess/mesh/jigsaw/__init__.py b/hexwatershed/preprocess/mesh/jigsaw/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/hexwatershed/preprocess/mesh/square/__init__.py b/hexwatershed/preprocess/mesh/square/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/setup.py b/setup.py index 25786e0..d21e327 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ AUTHOR = "Chang Liao" AUTHOR_EMAIL = "chang.liao@pnnl.gov" URL = "https://github.com/changliao1025/pyhexwatershed" -VERSION = "20210415" +VERSION = "0.1.0" REQUIRES_PYTHON = ">=3.6.0" KEYWORDS = "hexwatershed hexagon"