diff --git a/README.md b/README.md index b376e80..6e922ab 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@

- logo + logo

Welcome to ERDot 👋

- Version + PyPI License: MIT diff --git a/setup.py b/setup.py index 37f5f42..5ff506e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ long_description = fh.read() setup( name = 'ERDot', - version = '0.1.1', + version = '0.1.2', author="Darcy Lugt-Falk", author_email="darcy@darcylf.me", long_description=long_description,