Skip to content

Commit

Permalink
Bump version: 0.3.3 → 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
manycoding committed May 6, 2019
1 parent 6ca2821 commit ee589c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.3
current_version = 0.3.4
commit = True
tag = True
parse = (?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/arche/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ee589c9

Please sign in to comment.