diff --git a/Makefile b/Makefile index 021ccda8c..8b8dceeb4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = tendrl-ceph-integration -VERSION=0.0.1 +VERSION=1.1 RELEASE=1 all: srpm diff --git a/setup.py b/setup.py index 8e15fd309..0bf030fe8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="tendrl-ceph-integration", - version="0.0.1", + version="1.1", packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), namespace_packages=['tendrl'], diff --git a/tendrl-ceph-integration.spec b/tendrl-ceph-integration.spec index cafd9d000..3845a7989 100644 --- a/tendrl-ceph-integration.spec +++ b/tendrl-ceph-integration.spec @@ -1,5 +1,5 @@ Name: tendrl-ceph-integration -Version: 0.0.1 +Version: 1.1 Release: 1%{?dist} BuildArch: noarch Summary: Tendrl bridge for Ceph Storage