From d725d164109a049698af3f49dbcb3aaf42049ead Mon Sep 17 00:00:00 2001 From: ouyangwenyu Date: Tue, 25 Jul 2023 15:53:56 +0800 Subject: [PATCH] update 0.0.8 --- hydrodataset/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hydrodataset/__init__.py b/hydrodataset/__init__.py index 121ee0c..fa916a2 100644 --- a/hydrodataset/__init__.py +++ b/hydrodataset/__init__.py @@ -1,7 +1,7 @@ """ Author: Wenyu Ouyang Date: 2022-09-05 23:20:24 -LastEditTime: 2023-07-16 14:12:55 +LastEditTime: 2023-07-25 15:52:16 LastEditors: Wenyu Ouyang Description: set file dir FilePath: \hydrodataset\hydrodataset\__init__.py @@ -12,7 +12,7 @@ __author__ = """Wenyu Ouyang""" __email__ = "wenyuouyang@outlook.com" -__version__ = "0.0.8" +__version__ = '0.0.8' # we use a .hydrodataset dir to save the setting hydrodataset_setting_dir = Path.home().joinpath(".hydrodataset")