Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
v1.0.0-alpha1
Browse files Browse the repository at this point in the history
* v1.0.0-alpha1

* fixed badges

* Updated readme
  • Loading branch information
roll committed Nov 2, 2016
1 parent 467b349 commit 4f5d07b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
@@ -1,7 +1,7 @@
# goodtables

[![Travis](https://img.shields.io/travis/frictionlessdata/goodtables/master.svg)](https://travis-ci.org/frictionlessdata/goodtables)
[![Coveralls](http://img.shields.io/coveralls/frictionlessdata/goodtables.svg?branch=master)](https://coveralls.io/r/frictionlessdata/goodtables?branch=master)
[![Travis](https://img.shields.io/travis/frictionlessdata/goodtables-py/master.svg)](https://travis-ci.org/frictionlessdata/goodtables-py)
[![Coveralls](http://img.shields.io/coveralls/frictionlessdata/goodtables-py.svg?branch=master)](https://coveralls.io/r/frictionlessdata/goodtables-py?branch=master)
[![PyPi](https://img.shields.io/pypi/v/goodtables.svg)](https://pypi.python.org/pypi/goodtables)
[![SemVer](https://img.shields.io/badge/versions-SemVer-brightgreen.svg)](http://semver.org/)
[![Gitter](https://img.shields.io/gitter/room/frictionlessdata/chat.svg)](https://gitter.im/frictionlessdata/chat)
Expand All @@ -23,8 +23,7 @@ Goodtables is a framework to inspect tabular data.
### Installation

```bash
$ pip install git+https://github.com/frictionlessdata/goodtables-py@next
$ # pip install goodtables - under development
$ pip install goodtables --pre
```

### Example
Expand Down
1 change: 1 addition & 0 deletions goodtables/VERSION
@@ -1 +1,2 @@
1.0.0-alpha1

0 comments on commit 4f5d07b

Please sign in to comment.