From ba965479ae63e6d157f0afb289d897a0b1457328 Mon Sep 17 00:00:00 2001 From: argaen Date: Mon, 24 Oct 2016 17:05:11 +0200 Subject: [PATCH] 0.1.0 version bump --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2255d7b6..35c0917d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = '0.0.5' +version = '0.1.0' # The full version, including alpha/beta/rc tags. -release = '0.0.5' +release = '0.1.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 ea44ed44..0717a318 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="aiocache", - version="0.0.5", + version="0.1.0", author="Manuel Miranda", url="https://github.com/argaen/aiocache", author_email="manu.mirandad@gmail.com",