Version 0.1.5.

This commit is contained in:
Chris Berkhout 2021-07-17 18:56:00 +02:00
parent b868602cae
commit 591bb33cd3
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "pricehist"
version = "0.1.4"
version = "0.1.5"
description = "Fetch and format historical price data"
authors = ["Chris Berkhout <chris@chrisberkhout.com>"]
license = "MIT"

View file

@ -1 +1 @@
__version__ = "0.1.4"
__version__ = "0.1.5"