Skip to content

Commit

Permalink
Merge pull request #26 from pbenas/bump_version
Browse files Browse the repository at this point in the history
bump version to 2.0.1
  • Loading branch information
Filip Pytloun committed May 4, 2015
2 parents ac8e61d + decdc39 commit b0e8e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
params = {
# This package is named gdc-smoker on Pypi, use it on register or upload actions
'name' : 'gdc-smoker' if 'upload' in sys.argv or 'register' in sys.argv else 'smoker',
'version': '2.0',
'version': '2.0.1',
'packages': [
'smoker',
'smoker.server',
Expand Down
2 changes: 1 addition & 1 deletion smoker.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global with_check 0

Name: smoker
Version: 2.0
Version: 2.0.1
Release: 1%{?dist}
Epoch: 1
Summary: Smoke Testing Framework
Expand Down

0 comments on commit b0e8e4c

Please sign in to comment.