From ae5cf09d04a0a6eac1eefc1e20cfc57af112800a Mon Sep 17 00:00:00 2001 From: Alok Saldanha Date: Mon, 5 Apr 2021 07:22:29 -0400 Subject: [PATCH] Preparing for 0.3.0 release --- cellxgene_gateway/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cellxgene_gateway/__init__.py b/cellxgene_gateway/__init__.py index a86d375..8dc7da3 100644 --- a/cellxgene_gateway/__init__.py +++ b/cellxgene_gateway/__init__.py @@ -7,4 +7,4 @@ # OR CONDITIONS OF ANY KIND, either express or implied. See the License for # the specific language governing permissions and limitations under the License. -__version__ = "0.2.3" +__version__ = "0.3.0"