Skip to content

Commit

Permalink
Merge pull request #13 from haizaar/master
Browse files Browse the repository at this point in the history
version bump to 1.3.1
  • Loading branch information
haizaar committed Jun 7, 2016
2 parents c93b30a + f582bc9 commit b8884ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion krest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from __future__ import absolute_import

__version__ = "1.3.0"
__version__ = "1.3.1"

import json
try: # Python2
Expand Down
2 changes: 1 addition & 1 deletion krest.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b8884ac

Please sign in to comment.