diff --git a/README.md b/README.md index 5c86891..af72534 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ pySchema4neo A proof of concept designed for use with Nigel Small's [py2neo](https://github.com/nigelsmall/py2neo) library to allow for the use of schema constraints and property validation. # Installing pySchema4neo -At this time, it's basically download and include the the path. I should be getting this on the python package index at some point so you can just `pip install` it. +Either download and include in your path, or `pip install pySchema4neo` # Using pySchema4neo ## The Schema File diff --git a/setup.py b/setup.py index 77ec76d..e0f7e75 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from distutils.core import setup -version = '0.5' +version = '0.5.1' setup( name = 'pySchema4neo',