Skip to content

Commit

Permalink
Bump version to 0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
suchow committed Aug 8, 2016
1 parent 93de506 commit ab3a404
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/bartlett1932/config.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Experiment Configuration]
wallace_version = 0.11.5
wallace_version = 0.11.6
mode = sandbox
auto_recruit = true

Expand Down
2 changes: 1 addition & 1 deletion examples/chatroom/config.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Experiment Configuration]
wallace_version = 0.11.5
wallace_version = 0.11.6
mode = sandbox
auto_recruit = true

Expand Down
2 changes: 1 addition & 1 deletion examples/function-learning/config.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Experiment Configuration]
wallace_version = 0.11.5
wallace_version = 0.11.6
auto_recruit = true
mode = sandbox

Expand Down
2 changes: 1 addition & 1 deletion examples/mcmcp/config.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Experiment Configuration]
wallace_version = 0.11.5
wallace_version = 0.11.6
mode = sandbox
auto_recruit = true

Expand Down
2 changes: 1 addition & 1 deletion examples/rogers/config.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Experiment Configuration]
wallace_version = 0.11.5
wallace_version = 0.11.6
mode = sandbox
auto_recruit = true

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.5
current_version = 0.11.6
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup_args = dict(
name='wallace-platform',
packages=['wallace'],
version="0.11.5",
version="0.11.6",
description='Wallace, a platform for experimental cultural evolution',
url='http://github.com/berkeley-cocosci/Wallace',
author='Berkeley CoCoSci',
Expand Down
2 changes: 1 addition & 1 deletion wallace/heroku/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e git+https://github.com/berkeley-cocosci/Wallace.git@v0.11.5#egg=wallace
-e git+https://github.com/berkeley-cocosci/Wallace.git@v0.11.6#egg=wallace
APScheduler==3.0.5
click==3.3
coverage==3.7.1
Expand Down
2 changes: 1 addition & 1 deletion wallace/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Wallace version number."""

__version__ = "0.11.5"
__version__ = "0.11.6"

0 comments on commit ab3a404

Please sign in to comment.