Version 0.1.3.

This commit is contained in:
Chris Berkhout 2021-07-14 13:12:30 +02:00
parent ebb644fb8f
commit ab0c0bdca7
2 changed files with 2 additions and 2 deletions

View file

@ -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 <chris@chrisberkhout.com>"]
license = "MIT"

View file

@ -1 +1 @@
__version__ = "0.1.2"
__version__ = "0.1.3"