From 020ffd9e7c800f0f3acbf7eb5bb7dab5403ff4ef Mon Sep 17 00:00:00 2001 From: Joshua Fehler Date: Fri, 15 Oct 2021 10:26:12 -0400 Subject: [PATCH] Bump version to 0.0.6 --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7f738b1..4adae2e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = 'Joshua Fehler' # The full version, including alpha/beta/rc tags -release = 'v0.0.5' +release = 'v0.0.6' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 441934a..112bd95 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(filename:str): setup( name="inori", - version="0.0.5", + version="0.0.6", description="The Universal API Client Constructor.", long_description=read('README.rst'), author="Joshua Fehler",