Skip to content

Commit

Permalink
Merge pull request #12 from dabapps/bump-version-to-0.1.3
Browse files Browse the repository at this point in the history
Bump version to 0.1.3
  • Loading branch information
nvlaarhoven authored Jan 30, 2019
2 parents 7920b81 + bfcaf48 commit 22d185a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Settings
Currently not on `pip`, as this isn't quite ready to hit the big time. Whack this into your requirements file:

```
git+git://github.com/dabapps/[email protected].2#egg=csv-wrangler
git+git://github.com/dabapps/[email protected].3#egg=csv-wrangler
```

And then add it to your `INSTALLED_APPS`
Expand Down Expand Up @@ -191,4 +191,3 @@ Have fun!
## Code of conduct

For guidelines regarding the code of conduct when contributing to this repository please review [https://www.dabapps.com/open-source/code-of-conduct/](https://www.dabapps.com/open-source/code-of-conduct/)

2 changes: 1 addition & 1 deletion csv_wrangler/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.2'
__version__ = '0.1.3'

0 comments on commit 22d185a

Please sign in to comment.