From b297d69b2d7027793994d14381bdb8457b8bd8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Fri, 24 Feb 2012 00:18:53 +0100 Subject: Upgrade version. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- factory/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/factory/__init__.py b/factory/__init__.py index cc5b788..e58dc51 100644 --- a/factory/__init__.py +++ b/factory/__init__.py @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -__version__ = '1.0.4' # Remember to change in setup.py as well! +__version__ = '1.1.0' # Remember to change in setup.py as well! __author__ = 'Raphaël Barrois ' from base import ( diff --git a/setup.py b/setup.py index 5625e51..61970fa 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup from distutils import cmd # Remember to change in factory/__init__.py as well! -VERSION = '1.0.4' +VERSION = '1.1.0' class test(cmd.Command): -- cgit v1.2.3