Skip to content

Commit

Permalink
add thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Mar 8, 2017
1 parent 489b78a commit d318841
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ It could save you much time of writing Python/R scripts.
- [Installation](#installation)
- [Compared to `csvkit`](#compared-to-csvkit)
- [Examples](#examples)
- [Acknowledgements](#acknowledgements)
- [Contact](#contact)
- [License](#license)

Expand Down Expand Up @@ -284,6 +285,11 @@ Examples
`csvtk -t plot line testdata/xy.tsv -x X -y Y -g Group --scatter `
![scatter.png](testdata/figures/scatter.png)

## Acknowledgements

Thank [Zhiluo Deng](https://github.com/dawnmy) and
[Li Peng](https://github.com/penglbio) for suggesting features and reporting bugs.

## Contact

Email me for any problem when using `csvtk`. shenwei356(at)gmail.com
Expand Down
2 changes: 1 addition & 1 deletion csvtk/cmd/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
)

// VERSION of csvtk
const VERSION = "0.6.1dev"
const VERSION = "0.6.1-alpha"

func checkError(err error) {
if err != nil {
Expand Down

0 comments on commit d318841

Please sign in to comment.