From b99e71202ab72a25953376cc2eabf3881c4487bf Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Wed, 25 Jan 2023 11:52:25 +0100 Subject: [PATCH] Version 1.4.4. --- pyproject.toml | 2 +- src/pricehist/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 18ce60f..814f06f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pricehist" -version = "1.4.3" +version = "1.4.4" 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 aa56ed4..c0f285b 100644 --- a/src/pricehist/__init__.py +++ b/src/pricehist/__init__.py @@ -1 +1 @@ -__version__ = "1.4.3" +__version__ = "1.4.4"