From a0ff72c77180181606b705f9a644c201e90847f6 Mon Sep 17 00:00:00 2001 From: jluethi Date: Wed, 7 Jun 2017 13:07:43 +0200 Subject: [PATCH] Increase version to 0.2.2 for release --- src/python/tmclient/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/tmclient/version.py b/src/python/tmclient/version.py index d8ef18f..440ae92 100644 --- a/src/python/tmclient/version.py +++ b/src/python/tmclient/version.py @@ -11,5 +11,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.2.2rc' +__version__ = '0.2.2'