From 96bd5299e9508a5262622afe5ffddac3688bab7f Mon Sep 17 00:00:00 2001 From: bump-version Date: Fri, 7 Feb 2020 15:27:14 +0000 Subject: [PATCH] 1.0.4 [skip ci] --- VERSION | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index e4c0d46..a6a3a43 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.3 \ No newline at end of file +1.0.4 \ No newline at end of file diff --git a/setup.py b/setup.py index c393085..6b75e66 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name=NAME, # [bump] - version='1.0.3', + version='1.0.4', description=NAME, long_description=open('README.md').read(), long_description_content_type='text/markdown',