From b0834575ed43a20d48fc53fb52dbb00a9e8cf520 Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Sun, 18 Jul 2021 18:13:43 +0200 Subject: [PATCH] Version 0.1.6. --- pyproject.toml | 2 +- src/pricehist/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb5a54f..eab3ab4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pricehist" -version = "0.1.5" +version = "0.1.6" 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 1276d02..0a8da88 100644 --- a/src/pricehist/__init__.py +++ b/src/pricehist/__init__.py @@ -1 +1 @@ -__version__ = "0.1.5" +__version__ = "0.1.6"