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 8cf62018..b4625d3b 100644
--- a/ryu/__init__.py
+++ b/ryu/__init__.py
@@ -14,5 +14,5 @@
# limitations under the License.
-version_info = (4, 25)
+version_info = (4, 26)
version = '.'.join(map(str, version_info))