Skip to content

Commit

Permalink
bump version to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Apr 30, 2015
1 parent 5dfd8ee commit be799e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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!
]
)

0 comments on commit be799e9

Please sign in to comment.