From fd87c5a38abce2c7ea6e4a28258d26e45be93509 Mon Sep 17 00:00:00 2001 From: Liam Bindle Date: Tue, 31 Jan 2017 22:27:26 -0600 Subject: [PATCH] updates for v1.1.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 af51246..56b445c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = '1.0' +version = '1.1' # The full version, including alpha/beta/rc tags. -release = '1.0' +release = '1.1' # 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 bc5a22f..1151bbc 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = '1.0.8' +VERSION = '1.1.0' setup( name = 'pyvesc',