aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--datamaps/__init__.py2
-rw-r--r--pyproject.toml4
-rw-r--r--setup.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/datamaps/__init__.py b/datamaps/__init__.py
index 92192ee..68cdeee 100644
--- a/datamaps/__init__.py
+++ b/datamaps/__init__.py
@@ -1 +1 @@
-__version__ = "1.0.4"
+__version__ = "1.0.5"
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"
diff --git a/setup.py b/setup.py
index cd68422..889f3ca 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ setup(
install_requires=[
'click',
'python-dateutil',
- 'bcompiler-engine>=1.0.4'
+ 'bcompiler-engine>=1.0.5'
# "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt"
],
test_suite='datamaps.tests')