summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2015-04-24 12:16:59 -0700
committerAndy Grover <agrover@redhat.com>2015-04-24 12:16:59 -0700
commit10272d59aea2ea21b909254d2a11b841d1cf8d6f (patch)
tree56ad5cbf7cd5deaaa598f6535b1c5990d51aa455 /setup.py
parentc9709a08f6368e65d7fe28112901533e01ccc57d (diff)
downloadrtslib-fb-10272d59aea2ea21b909254d2a11b841d1cf8d6f.tar.gz
update to 2.1.fb54v2.1.fb54
Signed-off-by: Andy Grover <agrover@redhat.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 749e3ea..d47fc4c 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ from setuptools import setup
setup (
name = 'rtslib-fb',
- version = '2.1.53',
+ version = '2.1.54',
description = 'API for Linux kernel SCSI target (aka LIO)',
license = 'Apache 2.0',
maintainer = 'Andy Grover',