From f4418192fba352e3294c73942bd9066f04a25967 Mon Sep 17 00:00:00 2001 From: acwikla <55695978+acwikla-novela@users.noreply.github.com> Date: Wed, 27 May 2020 12:52:24 +0200 Subject: [PATCH] Update version to 0.1.010 (#396) --- 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 5f89b4ac2..44ff82abd 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.009" +release = "0.1.010" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index f4787e0e9..6d7ae2891 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -version = '0.1.009' +version = '0.1.010' print(version) from setuptools import setup, find_packages