Skip to content

Commit

Permalink
bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heathsc committed Jun 19, 2018
1 parent ac69c5d commit 462a56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

__VERSION_MAJOR = "2"
__VERSION_MINOR = "1"
__VERSION_SUBMINOR = "0"
__VERSION_SUBMINOR = "1"
__VERSION__ = "%s.%s.%s" % (__VERSION_MAJOR, __VERSION_MINOR,__VERSION_SUBMINOR)

def compile_gemBS_tools():
Expand Down

0 comments on commit 462a56d

Please sign in to comment.