From 65f88361534d75d00012fe5d4fce1a69771ba58d Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Mon, 23 Aug 2021 21:00:23 +0200 Subject: [PATCH] Version 1.2.1. --- pyproject.toml | 2 +- src/pricehist/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 612d0e1..e5024f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pricehist" -version = "1.2.0" +version = "1.2.1" 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 c68196d..a955fda 100644 --- a/src/pricehist/__init__.py +++ b/src/pricehist/__init__.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.2.1"