From f582bc9e05711512ad32ed38be129f950a4038e5 Mon Sep 17 00:00:00 2001 From: Zaar Hai Date: Tue, 7 Jun 2016 11:11:07 +0300 Subject: [PATCH] version bump to 1.3.1 --- krest.py | 2 +- krest.spec | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/krest.py b/krest.py index 0c085f7..88a2188 100644 --- a/krest.py +++ b/krest.py @@ -8,7 +8,7 @@ from __future__ import absolute_import -__version__ = "1.3.0" +__version__ = "1.3.1" import json try: # Python2 diff --git a/krest.spec b/krest.spec index 788804a..2af6d2b 100644 --- a/krest.spec +++ b/krest.spec @@ -1,7 +1,7 @@ %global pypi_name krest Name: python-%{pypi_name} -Version: 1.3.0 +Version: 1.3.1 Release: 1%{?dist} Summary: Python client for Kaminario K2 REST interface diff --git a/setup.py b/setup.py index ed89848..d30f323 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ """ setup(name="krest", - version="1.3.0", + version="1.3.1", py_modules=["krest"], install_requires=["requests >= 2.0.0"], maintainer="Zaar Hai",