From 603c1b14b6200ca47b1d95dcab5c79e87853ea35 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 3 May 2021 15:28:21 +0100 Subject: version bump to 1.1.14 to match bcompiler-engine --- CHANGELOG.md | 3 ++- datamaps/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26d276e..7fc6402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -## v1.1.3 +## v1.1.4 * Fixed zip bug in `bcompiler-engine`, which is bumped to `v1.1.4` (https://github.com/yulqen/datamaps/issues/18). +* Additional version bump to bring into line with `bcompiler-engine`. ## v1.1.2 diff --git a/datamaps/__init__.py b/datamaps/__init__.py index 0b2f79d..c72e379 100644 --- a/datamaps/__init__.py +++ b/datamaps/__init__.py @@ -1 +1 @@ -__version__ = "1.1.3" +__version__ = "1.1.4" diff --git a/pyproject.toml b/pyproject.toml index f6787b7..d2edda8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [tool.poetry] name = "datamaps" -version = "1.1.3" +version = "1.1.4" homepage = "https://github.com/hammerheadlemon/datamaps" repository = "https://github.com/hammerheadlemon/datamaps" license = "MIT" -- cgit v1.2.3