diff --git a/README.md b/README.md index 2f56e99b..f863c76f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You can run the following validators as subcommands (e.g. `spectacles sql`): - **Content** validation _(coming soon)_ - **Linting** _(coming soon)_ -## Installation and Documentation +## Installation and documentation spectacles is distributed on PyPi and is easy to install with pip: diff --git a/setup.py b/setup.py index f9d9c10e..6f6b07e9 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from pathlib import Path from setuptools import setup, find_packages -__version__ = "0.0.1" +__version__ = "0.1.0" here = Path(__file__).parent.resolve()