Skip to content

Commit 3a489d4

Browse files
committed
Bump version: 3.1.0 → 3.2.0
1 parent 7d22f7a commit 3a489d4

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.0
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.0"

0 commit comments

Comments
 (0)