Skip to content

Commit

Permalink
Bump version: 4.0.2 → 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Sullivan committed Oct 7, 2019
1 parent 08633c3 commit 84aa2ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.0.2
current_version = 4.1.0
commit = True
tag = True

Expand All @@ -26,3 +26,4 @@ addopts = --verbose

[bdist_wheel]
python-tag = py35

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="bwapi",
version="4.0.2",
version="4.1.0",
description="A software development kit for the Brandwatch API",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/bwapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Top-level package for bwapi."""

__version__ = "4.0.2"
__version__ = "4.1.0"

0 comments on commit 84aa2ea

Please sign in to comment.