From 8422a2dc6e6430118d45ada7ac736eef762a87e2 Mon Sep 17 00:00:00 2001 From: Chris Tankersley Date: Wed, 2 Jun 2021 12:25:52 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.1.0=20=E2=86=92=203.2.0b1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 4 ++-- opentok/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 453f4a5..4a893b1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] -current_version = 3.1.0 +current_version = 3.2.0b1 commit = True tag = False -[bumpversion:file:opentok/version.py] \ No newline at end of file +[bumpversion:file:opentok/version.py] diff --git a/opentok/version.py b/opentok/version.py index fbac3cd..55f01bc 100644 --- a/opentok/version.py +++ b/opentok/version.py @@ -1,2 +1,2 @@ # see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers -__version__ = "3.1.0" +__version__ = "3.2.0b1"