Skip to content

Commit

Permalink
bump version to 2.0.0dev
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Dec 18, 2014
1 parent b7c5c3f commit fe70342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/tools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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 = LooseVersion("1.16.1dev")
VERSION = LooseVersion("2.0.0dev")
UNKNOWN = "UNKNOWN"

def get_git_revision():
Expand Down

0 comments on commit fe70342

Please sign in to comment.