Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Update documentation and change version
Browse files Browse the repository at this point in the history
  • Loading branch information
m1kola committed May 26, 2016
1 parent d27b621 commit 35362ec
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 @@ -7,7 +7,7 @@ A module for Wagtail which provides the ability to build polls and surveys.
Install using pip:

```
pip install git+https://github.com/torchbox/wagtailsurveys.git
pip install wagtailsurveys
```

### Settings
Expand Down
2 changes: 1 addition & 1 deletion wagtailsurveys/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.1.0'
__version__ = '0.1.1'

default_app_config = 'wagtailsurveys.apps.WagtailMediaAppConfig'

0 comments on commit 35362ec

Please sign in to comment.