From ee589c9df0e6dd97306fcc518ad3d071f4126685 Mon Sep 17 00:00:00 2001 From: manycoding Date: Mon, 6 May 2019 14:31:19 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.3=20=E2=86=92=200.3.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/source/conf.py | 2 +- setup.cfg | 2 +- src/arche/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e7de269..a967aeb 100755 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.3 +current_version = 0.3.4 commit = True tag = True parse = (?P\d+).(?P\d+).(?P\d+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 84597e6..7c967d4 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,7 +21,7 @@ copyright = f"2018-{datetime.now().year}, Arche developers" author = "Arche developers" -version = "0.3.3" +version = "0.3.4" # The short X.Y version version = version # The full version, including alpha/beta/rc tags diff --git a/setup.cfg b/setup.cfg index 62c8bc7..73f3a51 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = arche -version = 0.3.3 +version = 0.3.4 description = Analyze Scrapy Cloud data long_description = file: README.md, CHANGES.md long_description_content_type = text/markdown diff --git a/src/arche/__init__.py b/src/arche/__init__.py index 5fe17b9..b6d8833 100755 --- a/src/arche/__init__.py +++ b/src/arche/__init__.py @@ -1,6 +1,6 @@ import logging -__version__ = "0.3.3" +__version__ = "0.3.4" SH_URL = "https://app.scrapinghub.com/p" # noqa from _plotly_future_ import v4 # noqa