Skip to content

Commit

Permalink
add 0.1.4 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnost committed Aug 13, 2024
1 parent c75f718 commit 4d45193
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ECHO_modules/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.3"
__version__ = "0.1.4"
1 change: 1 addition & 0 deletions ECHO_modules/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import geopandas
import folium
import urllib
import seaborn as sns
Expand Down
Binary file removed dist/echo_modules-0.1.3-py2.py3-none-any.whl
Binary file not shown.
Binary file removed dist/echo_modules-0.1.3.tar.gz
Binary file not shown.
Binary file added dist/echo_modules-0.1.4-py2.py3-none-any.whl
Binary file not shown.
Binary file added dist/echo_modules-0.1.4.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "ECHO_modules"
version = "0.1.3"
version = "0.1.4"
authors = [
{name = "Steve Hansen", email = "[email protected]"},
{name="Eric Nost", email="[email protected]" },
Expand Down

0 comments on commit 4d45193

Please sign in to comment.