hydroanomaly 1.2.3__tar.gz → 1.2.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hydroanomaly
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: A Python package for hydro anomaly detection with simple USGS data retrieval
5
5
  Author-email: Ehsan Kahrizi <ehsan.kahrizi@usu.edu>
6
6
  License: MIT License
@@ -51,6 +51,7 @@ Requires-Dist: flake8>=3.8; extra == "dev"
51
51
  Requires-Dist: mypy>=0.800; extra == "dev"
52
52
  Dynamic: license-file
53
53
 
54
+ ![Package Logo](logo.png)
54
55
  # HydroAnomaly
55
56
 
56
57
  A Python package for hydro anomaly detection, **USGS water data retrieval**, and **time series visualization**.
@@ -1,3 +1,4 @@
1
+ ![Package Logo](logo.png)
1
2
  # HydroAnomaly
2
3
 
3
4
  A Python package for hydro anomaly detection, **USGS water data retrieval**, and **time series visualization**.
@@ -10,7 +10,7 @@ A simple Python package with just 3 modules:
10
10
  That's it - nothing else!
11
11
  """
12
12
 
13
- __version__ = "1.2.3"
13
+ __version__ = "1.2.4"
14
14
  __author__ = "Ehsan Kahrizi (Ehsan.kahrizi@usu.edu)"
15
15
 
16
16
  # Import the 3 simple modules
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hydroanomaly
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: A Python package for hydro anomaly detection with simple USGS data retrieval
5
5
  Author-email: Ehsan Kahrizi <ehsan.kahrizi@usu.edu>
6
6
  License: MIT License
@@ -51,6 +51,7 @@ Requires-Dist: flake8>=3.8; extra == "dev"
51
51
  Requires-Dist: mypy>=0.800; extra == "dev"
52
52
  Dynamic: license-file
53
53
 
54
+ ![Package Logo](logo.png)
54
55
  # HydroAnomaly
55
56
 
56
57
  A Python package for hydro anomaly detection, **USGS water data retrieval**, and **time series visualization**.
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "hydroanomaly"
7
- version = "1.2.3"
7
+ version = "1.2.4"
8
8
  authors = [
9
9
  {name = "Ehsan Kahrizi", email = "ehsan.kahrizi@usu.edu"},
10
10
  ]
File without changes
File without changes