From fc2561b19e5b735cb7fb58a72a1624562a6564be Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Fri, 20 Aug 2021 11:31:12 +0200 Subject: [PATCH] Version 1.0.0. --- pyproject.toml | 2 +- src/pricehist/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 52a3341..18d5acd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pricehist" -version = "0.1.7" +version = "1.0.0" 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 f1380ee..5becc17 100644 --- a/src/pricehist/__init__.py +++ b/src/pricehist/__init__.py @@ -1 +1 @@ -__version__ = "0.1.7" +__version__ = "1.0.0"