Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillmanjr committed Dec 29, 2014
1 parent f9076d8 commit 7073bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from distutils.core import setup

version = '0.5'
version = '0.5.1'

setup(
name = 'pySchema4neo',
Expand Down

0 comments on commit 7073bec

Please sign in to comment.