From ad87df2bc5f3c88726f3108e5323530f3f23398b Mon Sep 17 00:00:00 2001 From: Panos Laganakos Date: Sat, 22 Feb 2020 01:12:20 +0200 Subject: [PATCH] Bump to 0.10.1. --- currencies/__init__.py | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/currencies/__init__.py b/currencies/__init__.py index 9d1bb72..e754a83 100644 --- a/currencies/__init__.py +++ b/currencies/__init__.py @@ -1 +1 @@ -__version__ = '0.10.0' +__version__ = '0.10.1' diff --git a/docs/conf.py b/docs/conf.py index 65e9fb8..c8cd36a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,9 +45,9 @@ # built documents. # # The short X.Y version. -version = '0.10.0' +version = '0.10.1' # The full version, including alpha/beta/rc tags. -release = '0.10.0' +release = '0.10.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.