diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a967aeb..0e48e34 100755 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.4 +current_version = 0.3.5 commit = True tag = True parse = (?P\d+).(?P\d+).(?P\d+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 7c967d4..500c4d1 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.4" +version = "0.3.5" # The short X.Y version version = version # The full version, including alpha/beta/rc tags diff --git a/setup.cfg b/setup.cfg index 73f3a51..0088286 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = arche -version = 0.3.4 +version = 0.3.5 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 9c6b361..61c4b59 100755 --- a/src/arche/__init__.py +++ b/src/arche/__init__.py @@ -1,6 +1,6 @@ import logging -__version__ = "0.3.4" +__version__ = "0.3.5" SH_URL = "https://app.scrapinghub.com/p" # noqa from _plotly_future_ import v4 # noqa