From 84aa2eaad3c415d41918569d3e2503724e5eb8f9 Mon Sep 17 00:00:00 2001 From: Colin Sullivan Date: Mon, 7 Oct 2019 09:40:14 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.0.2=20=E2=86=92=204.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 3 ++- setup.py | 2 +- src/bwapi/__init__.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7d3889d..ca17b89 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.0.2 +current_version = 4.1.0 commit = True tag = True @@ -26,3 +26,4 @@ addopts = --verbose [bdist_wheel] python-tag = py35 + diff --git a/setup.py b/setup.py index 9307a90..4f964c2 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/src/bwapi/__init__.py b/src/bwapi/__init__.py index d1ec57d..42fb1c9 100644 --- a/src/bwapi/__init__.py +++ b/src/bwapi/__init__.py @@ -1,3 +1,3 @@ """Top-level package for bwapi.""" -__version__ = "4.0.2" +__version__ = "4.1.0"