From 71ed246956c7edfc8f0f357dc16a8371052e3607 Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Thu, 24 Nov 2022 15:33:35 +0100 Subject: [PATCH] Version 1.4.3. --- pyproject.toml | 2 +- src/pricehist/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a0c1f84..18ce60f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pricehist" -version = "1.4.2" +version = "1.4.3" 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 daa50c7..aa56ed4 100644 --- a/src/pricehist/__init__.py +++ b/src/pricehist/__init__.py @@ -1 +1 @@ -__version__ = "1.4.2" +__version__ = "1.4.3"