Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermendes committed Jan 28, 2016
1 parent bd0d6a2 commit 9a4fcd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libcrowds_statistics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from flask.ext.plugins import Plugin

__plugin__ = "LibCrowdsStatistics"
__version__ = "0.1.0"
__version__ = "0.1.1"


class LibCrowdsStatistics(Plugin):
Expand Down
2 changes: 1 addition & 1 deletion libcrowds_statistics/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"website": "https://github.com/LibCrowds/libcrowds-statistics",
"license": "BSD",
"description": "Global statistics page for LibCrowds.",
"version": "0.1.0"
"version": "0.1.1"
}

0 comments on commit 9a4fcd6

Please sign in to comment.