diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-05-02 20:43:40 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-05-02 20:43:40 +0100 |
commit | a4c90248678c98a73526d313d7e9709a69b56757 (patch) | |
tree | 0283e999fd6c77614d7bcf3fa8fe121bd4e57415 /pyproject.toml | |
parent | 7cc683f9a7309eeb04e7995832a9d84c9cfd0422 (diff) |
prep for version bump
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index b1b309a..f6787b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [tool.poetry] name = "datamaps" -version = "1.1.1" +version = "1.1.3" 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.1.0" +bcompiler-engine = "^1.1.4" [tool.poetry.dev-dependencies] pytest = "^5.4.1" |