diff --git a/VERSION b/VERSION index b001d235..3a660ff4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.12 +2.3.13 diff --git a/src/requirements.txt b/src/requirements.txt index 96a0cefb..a2fdcc6f 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -17,7 +17,7 @@ PyYAML==5.4.1 # Use the branch name of commons from github for testing new changes made in commons from different branch # Default is main branch specified in docker-compose.development.yml if not set # git+https://github.com/hubmapconsortium/commons.git@${COMMONS_BRANCH}#egg=hubmap-commons -hubmap-commons==2.1.12 +hubmap-commons==2.1.15 # For unit test nose2==0.10.0