New plugin builder version should be 2.0.0

It is required because by default it generates,
rpm instead of fp hence interface has incompatible
changes.

Change-Id: I567dc46c10f04f58f7cb74082c83841001735f70
Implements: blueprint plugins-security-fixes-delivery
This commit is contained in:
Evgeniy L 2015-03-06 15:21:13 +03:00
parent db74673e4f
commit f100fecce2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 1.0.3 (UNRELEASED)
## 2.0.0 (UNRELEASED)
## 1.0.2 (2014-12-19)

View File

@ -28,7 +28,7 @@ def find_requires():
setup(
name='fuel-plugin-builder',
version='1.0.3.dev',
version='2.0.0.dev',
description='Helps to create and build fuel plugins',
long_description="""Helps to create and build fuel plugins""",
classifiers=[