diff --git a/graph_cli/setup.py b/graph_cli/setup.py index 06c945d..43af971 100644 --- a/graph_cli/setup.py +++ b/graph_cli/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="graph_cli", - version="0.1.0", + version="0.1.1", author="miccah", author_email="m.castorina93@gmail.com", description="A CLI utility to create graphs from CSV files.",