From 2c7ac5f084c94824d4a349353331de8e8afeb0db Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Tue, 5 Oct 2021 13:32:42 +0200 Subject: [PATCH] Version 1.2.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 7b42598..2569d53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pricehist" -version = "1.2.3" +version = "1.2.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 10aa336..b3f9ac7 100644 --- a/src/pricehist/__init__.py +++ b/src/pricehist/__init__.py @@ -1 +1 @@ -__version__ = "1.2.3" +__version__ = "1.2.4"