From be799e913fcbf7b1f7cc71ec38e052d00265ed13 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Thu, 30 Apr 2015 16:49:13 +0200 Subject: [PATCH] bump version to v2.1.0 --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 250f91c5..6253a70b 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ # note: release candidates should be versioned as a pre-release, e.g. "1.1rc1" # 1.1-rc1 would indicate a post-release, i.e., and update of 1.1, so beware -VERSION = "2.0.0" +VERSION = '2.1.0' # Utility function to read README file def read(fname): @@ -76,8 +76,8 @@ def read(fname): ], platforms = "Linux", install_requires = [ - "easybuild-easyconfigs == 2.0.0", - "easybuild-easyblocks == 2.0.0", - "easybuild-framework == 2.0.0", # order matters here, framework should be after easyblocks! + "easybuild-easyconfigs == 2.1.0", + "easybuild-easyblocks == 2.1.0", + "easybuild-framework == 2.1.0", # order matters here, framework should be after easyblocks! ] )