From 782db67195c19664b96a1aad99343f4d36be364c Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Thu, 3 Jun 2021 10:42:19 +0200 Subject: [PATCH] Bump version. --- pyproject.toml | 2 +- src/pricehist/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8643a41..bf09935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pricehist" -version = "0.1.0" +version = "0.1.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 3dc1f76..485f44a 100644 --- a/src/pricehist/__init__.py +++ b/src/pricehist/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1"