From 039d7fb809fe5dd4d43685952ec7993e61f0f20f Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Fri, 12 Nov 2021 13:55:06 +0100 Subject: [PATCH] Version 1.2.5. --- pyproject.toml | 2 +- src/pricehist/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2569d53..8a1d3b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pricehist" -version = "1.2.4" +version = "1.2.5" 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 b3f9ac7..b7e1990 100644 --- a/src/pricehist/__init__.py +++ b/src/pricehist/__init__.py @@ -1 +1 @@ -__version__ = "1.2.4" +__version__ = "1.2.5"