From e5de30428e1b2f1eadbfe38e7668e9d98728ec69 Mon Sep 17 00:00:00 2001 From: Jiangtao Liu Date: Tue, 12 Apr 2022 09:05:48 -0400 Subject: [PATCH] update setup.py --- __init__.py | 22 ---------------------- setup.py | 2 +- 2 files changed, 1 insertion(+), 23 deletions(-) diff --git a/__init__.py b/__init__.py index 643cfd5..e69de29 100644 --- a/__init__.py +++ b/__init__.py @@ -1,22 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -""" -File Name: __init__.py -Description: - - - - - - -Date: 3/29/2022 -@author: Jiangtao Liu -liujiangtao3@gmail.com -Anaconda 3 64bit, Python 3.7.0 ------------------------------------------- -Change Activities: -Update Date: 3/29/2022 - - - -""" diff --git a/setup.py b/setup.py index 6edd934..9227985 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="hydroDL", - version="0.1", + version="0.1.0", description="Hydrological Deep Learning", long_description=long_description, long_description_content_type="text/x-rst",