From 2063e5b3c4ce60e74eab38acd7123c1a6c905e3b Mon Sep 17 00:00:00 2001 From: Eeshan Garg Date: Mon, 29 May 2017 22:59:50 -0230 Subject: [PATCH] api: Increase the version from 0.2.5 to 0.3.0. --- zulip/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zulip/__init__.py b/zulip/__init__.py index da1bdb2..93f26ae 100644 --- a/zulip/__init__.py +++ b/zulip/__init__.py @@ -40,7 +40,7 @@ import logging import six from typing import Any, Callable, Dict, Iterable, IO, List, Mapping, Optional, Text, Tuple, Union -__version__ = "0.2.5" +__version__ = "0.3.0" logger = logging.getLogger(__name__)