From a304d8653cbfaafc1a2ace1c2e07b8e6a50c4904 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 21 Jun 2020 16:46:03 +0100 Subject: updated pyproject file to 1.0.6 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index df183fa..690d3bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [tool.poetry] name = "datamaps" -version = "1.0.5" +version = "1.0.6" homepage = "https://github.com/hammerheadlemon/datamaps" repository = "https://github.com/hammerheadlemon/datamaps" license = "MIT" @@ -15,7 +15,7 @@ authors = ["Matthew Lemon "] python = "^3.7.0" python-dateutil = "^2.8.1" click = "^7.1.2" -bcompiler-engine = "^1.0.5" +bcompiler-engine = "^1.0.6" [tool.poetry.dev-dependencies] pytest = "^5.4.1" -- cgit v1.2.3