From ca63a435bd47f645b6799c8ec6142207b8106f10 Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Fri, 20 Aug 2021 18:09:48 +0200 Subject: [PATCH] Version 1.1.0. --- pyproject.toml | 2 +- src/pricehist/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c0cb56a..a483d8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pricehist" -version = "1.0.1" +version = "1.1.0" description = "Fetch and format historical price data" authors = ["Chris Berkhout "] license = "MIT" diff --git a/src/pricehist/__init__.py b/src/pricehist/__init__.py index 5c4105c..6849410 100644 --- a/src/pricehist/__init__.py +++ b/src/pricehist/__init__.py @@ -1 +1 @@ -__version__ = "1.0.1" +__version__ = "1.1.0"