Skip to content

Commit 8422a2d

Browse files
committed
Bump version: 3.1.0 → 3.2.0b1
1 parent d855de3 commit 8422a2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
2-
current_version = 3.1.0
2+
current_version = 3.2.0b1
33
commit = True
44
tag = False
55

6-
[bumpversion:file:opentok/version.py]
6+
[bumpversion:file:opentok/version.py]

opentok/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
2-
__version__ = "3.1.0"
2+
__version__ = "3.2.0b1"

0 commit comments

Comments
 (0)