diff --git a/conda/meta.yaml b/conda/meta.yaml index 5614300..fe42bcb 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "hilltop-py" %} -{% set version = "2.0.0" %} +{% set version = "2.0.1" %} # {% set sha256 = "72a156e328247c91cb7f5440ffa98069c0090892f8d9d07fd57e36c0611a0403" %} # sha256 is the prefered checksum -- you can get it for a file with: diff --git a/hilltoppy/tests/test_web_service.py b/hilltoppy/tests/test_web_service.py index a13ea70..59533a4 100644 --- a/hilltoppy/tests/test_web_service.py +++ b/hilltoppy/tests/test_web_service.py @@ -6,7 +6,7 @@ """ import pytest import numpy as np -from hilltoppy.web_service import measurement_list, site_list, collection_list, get_data, wq_sample_parameter_list, site_info +from hilltoppy.web_service import measurement_list, site_list, collection_list, get_data, site_info ### Parameters diff --git a/hilltoppy/utils.py b/hilltoppy/utils.py index 9260086..1948b73 100644 --- a/hilltoppy/utils.py +++ b/hilltoppy/utils.py @@ -11,7 +11,7 @@ except ImportError: from ConfigParser import SafeConfigParser as ConfigParser import orjson -from typing import List, Optional, Dict, Union, Literal +from typing import List from pydantic import BaseModel, Field, HttpUrl, conint, confloat from enum import Enum import urllib diff --git a/setup.py b/setup.py index e6e3721..aac7518 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ name = 'hilltop-py' main_package = 'hilltoppy' # datasets = 'datasets' -version = '2.0.0' +version = '2.0.1' descrip = 'Functions to access Hilltop data' # The below code is for readthedocs. To have sphinx/readthedocs interact with