From 9065f5f4508f4e9c2244862abde13d97c96ff48f Mon Sep 17 00:00:00 2001 From: Wojciech Merynda <48327847+WojciechMerynda@users.noreply.github.com> Date: Wed, 17 Jun 2020 11:08:26 +0200 Subject: [PATCH] version update (#456) --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index fe365fd1e..aff67b3c2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -31,7 +31,7 @@ author = 'Novela' # The full version, including alpha/beta/rc tags -release = "0.1.012" +release = "0.1.013" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 1d66d5a8f..9e61262e0 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -version = '0.1.012' +version = '0.1.013' print(version) from setuptools import setup, find_packages