Version 1.1.0.

This commit is contained in:
Chris Berkhout 2021-08-20 18:09:48 +02:00
parent 799aaf37cc
commit ca63a435bd
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.1.0"