diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b6ae46a91..51d69e840 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.0 +current_version = 0.14.0 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/client/package.json b/client/package.json index 21b472bf9..27f68b060 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "cellxgene", - "version": "0.13.0", + "version": "0.14.0", "license": "MIT", "description": "cellxgene is a web application for the interactive exploration of single cell sequence data.", "repository": "https://github.com/chanzuckerberg/cellxgene", diff --git a/server/__init__.py b/server/__init__.py index f23a6b39d..9e78220f9 100644 --- a/server/__init__.py +++ b/server/__init__.py @@ -1 +1 @@ -__version__ = "0.13.0" +__version__ = "0.14.0" diff --git a/setup.py b/setup.py index b9f172cca..35093f85f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="cellxgene", - version="0.13.0", + version="0.14.0", packages=find_packages(), url="https://github.com/chanzuckerberg/cellxgene", license="MIT",