Add build dev dependencies and bump to 0.2.0

master v0.2.0
blallo 2022-09-07 23:50:28 +02:00
parent 1416aa4279
commit b7a1d5ac4b
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "latecomers"
version = "0.1.0"
version = "0.2.0"
description = "Retrieve and save data from ADR Ciampino airport"
authors = [{name="Leonardo Barcaroli", email="blallo@autistici.org"}]
license = {text="Public Domain"}
@ -23,6 +23,7 @@ include = ["latecomers*"]
dev = [
"ipython",
"black",
"build",
]
[build-system]