From 43a56a03126a5fb3a72b0871875622a332205a16 Mon Sep 17 00:00:00 2001 From: Lewis John McGibbney Date: Mon, 5 Aug 2019 13:50:37 -0700 Subject: [PATCH] Prepare for Podaacpy 2.3.0 --- docs/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1d3c8fc..f5e054f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -71,9 +71,9 @@ # built documents. # # The short X.Y version. -version = '2.2' +version = '2.3' # The full version, including alpha/beta/rc tags. -release = '2.2.1' +release = '2.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 2c1f11e..99ddfb1 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ _namespaces = [] _test_suite = 'podaac.tests' _url = 'https://github.com/nasa/podaacpy' -_version = '2.2.1' +_version = '2.3.0' _zip_safe = False # Setup Metadata