From ab0c0bdca7d76e78343b5f843bbcd83ab5ecd392 Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Wed, 14 Jul 2021 13:12:30 +0200 Subject: [PATCH] Version 0.1.3. --- pyproject.toml | 2 +- src/pricehist/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c148eeb..bf385df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pricehist" -version = "0.1.2" +version = "0.1.3" 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 b3f4756..ae73625 100644 --- a/src/pricehist/__init__.py +++ b/src/pricehist/__init__.py @@ -1 +1 @@ -__version__ = "0.1.2" +__version__ = "0.1.3"