summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ryu/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ryu/__init__.py b/ryu/__init__.py
index bf475476..b3dccc8a 100644
--- a/ryu/__init__.py
+++ b/ryu/__init__.py
@@ -14,5 +14,5 @@
# limitations under the License.
-version_info = (4, 20)
+version_info = (4, 21)
version = '.'.join(map(str, version_info))