aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2021-01-22 21:17:37 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2021-01-22 21:17:37 +0000
commit5eed8ff03fcb80ca86f2c782d8994edae06effae (patch)
tree1b45912e1c733b17e104babf2ac91224d4b79c66 /pyproject.toml
parent440c886cfe58129cf2930cea043fd270e6115ca6 (diff)
fixed bug whereby relative paths could not be used for cli flags
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d8fd9a0..b1b309a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
[tool.poetry]
name = "datamaps"
-version = "1.1.0"
+version = "1.1.1"
homepage = "https://github.com/hammerheadlemon/datamaps"
repository = "https://github.com/hammerheadlemon/datamaps"
license = "MIT"