Skip to content

Commit

Permalink
Bump version to 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
suchow committed Aug 26, 2016
1 parent babcdf2 commit 14f0636
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.12.3
wallace_version = 0.12.4
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.12.3
wallace_version = 0.12.4
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.12.3
wallace_version = 0.12.4
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.12.3
wallace_version = 0.12.4
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.12.3
wallace_version = 0.12.4
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.12.3
current_version = 0.12.4
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.12.3",
version="0.12.4",
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/[email protected].3#egg=wallace
-e git+https://github.com/berkeley-cocosci/[email protected].4#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.12.3"
__version__ = "0.12.4"

0 comments on commit 14f0636

Please sign in to comment.