Version 1.0.0.
This commit is contained in:
parent
6708800699
commit
fc2561b19e
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pricehist"
|
name = "pricehist"
|
||||||
version = "0.1.7"
|
version = "1.0.0"
|
||||||
description = "Fetch and format historical price data"
|
description = "Fetch and format historical price data"
|
||||||
authors = ["Chris Berkhout <chris@chrisberkhout.com>"]
|
authors = ["Chris Berkhout <chris@chrisberkhout.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.1.7"
|
__version__ = "1.0.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue