Bump version to 9.0

Change-Id: Ifcf594e3f422b4621b7bb1c7efe8c6969a79379e
This commit is contained in:
Sergey Kulanov 2015-12-17 17:13:39 +02:00
parent cacb93cbc2
commit 0e93e813d3
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ import setuptools
setuptools.setup(
name='shotgun',
version='8.0.0',
version='9.0.0',
description='Shotgun package',
long_description='Shotgun is diagnostic snapshot generator',
classifiers=[

View File

@ -1,5 +1,5 @@
%define name shotgun
%{!?version: %define version 8.0.0}
%{!?version: %define version 9.0.0}
%{!?release: %define release 1}
Name: %{name}