From d14fe7f1362bf19abd9f6e0efa6818a29a75d02b Mon Sep 17 00:00:00 2001 From: Matthew Bourque Date: Fri, 14 Dec 2018 17:01:38 -0500 Subject: [PATCH] Updating version numbers for the 0.16.0 release --- 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 8a414b58d..3698cff5a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,9 +63,9 @@ # built documents. # # The short X.Y version. -version = '0.4.1' +version = '0.16.0' # The full version, including alpha/beta/rc tags. -release = '0.4.1' +release = '0.16.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 96d0a7b1d..7ba734af4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup from setuptools import find_packages -VERSION = '0.4.0' +VERSION = '0.16.0' AUTHORS = 'Matthew Bourque, Sara Ogaz, Joe Filippazzo, Bryan Hilbert, Misty Cracraft, Graham Kanarek' AUTHORS += 'Johannes Sahlmann, Lauren Chambers, Catherine Martlin'