aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-06-21 16:46:03 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-06-21 16:46:03 +0100
commita304d8653cbfaafc1a2ace1c2e07b8e6a50c4904 (patch)
treea7e2b4cfe8c3d0053fc7f9f7a7b936b5f2894f04 /pyproject.toml
parent1d169e44a87def8f6ee7a9d4626d3ba12bb83a70 (diff)
updated pyproject file to 1.0.6
Diffstat (limited to '')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
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 <matt@matthewlemon.com>"]
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"