aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMR Lemon <matt@matthewlemon>2020-05-17 11:28:58 +0100
committerMR Lemon <matt@matthewlemon>2020-05-17 11:28:58 +0100
commitd9fa171328486565eea9d28044c85d8e008beff8 (patch)
tree3ab9728fb89d5d9d145c92ef0080aab09c591ae1 /pyproject.toml
parentchecking for win32 path style in test (diff)
upped to 1.0.5
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index dee9f51..17cefc2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
[tool.poetry]
name = "datamaps"
-version = "1.0.4"
+version = "1.0.5"
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.4"
+bcompiler-engine = "^1.0.5"
[tool.poetry.dev-dependencies]
pytest = "^5.4.1"