From 360138ee0f6d62e2dba568a23bd2666facb15931 Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Fri, 2 Jul 2021 12:18:10 +0200 Subject: [PATCH] Version 0.1.2. --- pyproject.toml | 2 +- src/pricehist/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bf09935..07fc9a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pricehist" -version = "0.1.1" +version = "0.1.2" 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 485f44a..b3f4756 100644 --- a/src/pricehist/__init__.py +++ b/src/pricehist/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2"