diff --git a/examples/bartlett1932/config.txt b/examples/bartlett1932/config.txt index bd8220b1..2b56caac 100644 --- a/examples/bartlett1932/config.txt +++ b/examples/bartlett1932/config.txt @@ -1,5 +1,5 @@ [Experiment Configuration] -wallace_version = 0.12.1 +wallace_version = 0.12.2 mode = sandbox auto_recruit = true diff --git a/examples/chatroom/config.txt b/examples/chatroom/config.txt index 0a50dc6b..8a2fc7be 100644 --- a/examples/chatroom/config.txt +++ b/examples/chatroom/config.txt @@ -1,5 +1,5 @@ [Experiment Configuration] -wallace_version = 0.12.1 +wallace_version = 0.12.2 mode = sandbox auto_recruit = true diff --git a/examples/function-learning/config.txt b/examples/function-learning/config.txt index 8f55d8c5..98cbbc11 100644 --- a/examples/function-learning/config.txt +++ b/examples/function-learning/config.txt @@ -1,5 +1,5 @@ [Experiment Configuration] -wallace_version = 0.12.1 +wallace_version = 0.12.2 auto_recruit = true mode = sandbox diff --git a/examples/mcmcp/config.txt b/examples/mcmcp/config.txt index 01e041da..99b7b07c 100644 --- a/examples/mcmcp/config.txt +++ b/examples/mcmcp/config.txt @@ -1,5 +1,5 @@ [Experiment Configuration] -wallace_version = 0.12.1 +wallace_version = 0.12.2 mode = sandbox auto_recruit = true diff --git a/examples/rogers/config.txt b/examples/rogers/config.txt index 5648b00a..e8dccfe5 100644 --- a/examples/rogers/config.txt +++ b/examples/rogers/config.txt @@ -1,5 +1,5 @@ [Experiment Configuration] -wallace_version = 0.12.1 +wallace_version = 0.12.2 mode = sandbox auto_recruit = true diff --git a/setup.cfg b/setup.cfg index cda3eff5..8c4e6f2a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.12.1 +current_version = 0.12.2 commit = True tag = True tag_name = v{new_version} diff --git a/setup.py b/setup.py index 9c7e5866..7695a444 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup_args = dict( name='wallace-platform', packages=['wallace'], - version="0.12.1", + version="0.12.2", description='Wallace, a platform for experimental cultural evolution', url='http://github.com/berkeley-cocosci/Wallace', author='Berkeley CoCoSci', diff --git a/wallace/heroku/requirements.txt b/wallace/heroku/requirements.txt index 4bd4f74d..9ea2b7db 100644 --- a/wallace/heroku/requirements.txt +++ b/wallace/heroku/requirements.txt @@ -1,4 +1,4 @@ --e git+https://github.com/berkeley-cocosci/Wallace.git@vWallace.git@v0.12.1#egg=wallace +-e git+https://github.com/berkeley-cocosci/Wallace.git@vWallace.git@v0.12.2#egg=wallace APScheduler==3.0.5 click==3.3 coverage==3.7.1 diff --git a/wallace/version.py b/wallace/version.py index 4d1e7b70..658019b5 100644 --- a/wallace/version.py +++ b/wallace/version.py @@ -1,3 +1,3 @@ """Wallace version number.""" -__version__ = "0.12.1" +__version__ = "0.12.2"