Skip to content

Commit

Permalink
Bump version from 0.0.1 > 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtemple committed Nov 7, 2019
1 parent e685806 commit 16d7f7a
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 @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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()

Expand Down

0 comments on commit 16d7f7a

Please sign in to comment.