Skip to content

Commit

Permalink
Merge pull request #43 from ktdreyer/reconcile-versioning
Browse files Browse the repository at this point in the history
update versioning to 1.1
  • Loading branch information
r0h4n authored Nov 24, 2016
2 parents 021be63 + 93892d8 commit 3a70dc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = tendrl-ceph-integration
VERSION=0.0.1
VERSION=1.1
RELEASE=1

all: srpm
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
2 changes: 1 addition & 1 deletion tendrl-ceph-integration.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3a70dc5

Please sign in to comment.