diff --git a/dist/echo_modules-0.1.0.tar.gz b/dist/echo_modules-0.1.0.tar.gz deleted file mode 100644 index 28b8bdd..0000000 Binary files a/dist/echo_modules-0.1.0.tar.gz and /dev/null differ diff --git a/dist/echo_modules-0.1.0-py2.py3-none-any.whl b/dist/echo_modules-0.1.1-py2.py3-none-any.whl similarity index 62% rename from dist/echo_modules-0.1.0-py2.py3-none-any.whl rename to dist/echo_modules-0.1.1-py2.py3-none-any.whl index 02bfbcf..9df7864 100644 Binary files a/dist/echo_modules-0.1.0-py2.py3-none-any.whl and b/dist/echo_modules-0.1.1-py2.py3-none-any.whl differ diff --git a/dist/echo_modules-0.1.1.tar.gz b/dist/echo_modules-0.1.1.tar.gz new file mode 100644 index 0000000..bc7d495 Binary files /dev/null and b/dist/echo_modules-0.1.1.tar.gz differ diff --git a/pyproject.toml b/pyproject.toml index 164fc51..2f7e441 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "flit_core.buildapi" [project] name = "ECHO_modules" -version = "0.1.0" +version = "0.1.1" authors = [ {name = "Steve Hansen", email = "steven.e.hansen@gmail.com"}, - { name="Eric Nost", email="enost@uoguelph.ca" }, - { name="Kelsey Breseman", email="ifoundthemeaningoflife@gmail.com" }, + {name="Eric Nost", email="enost@uoguelph.ca" }, + {name="Kelsey Breseman", email="ifoundthemeaningoflife@gmail.com" }, {name = "EDGI", email = "contact@envirodatagov.org"} ] readme = "README.md"