Skip to content

Commit

Permalink
Bump to new version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Aug 11, 2015
1 parent 0ca7e98 commit bd76d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minio/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# (major, minor, micro, alpha/beta/rc/final, #)
# (1, 1, 2, 'alpha', 0) => "1.1.2.dev"
# (1, 2, 0, 'beta', 2) => "1.2b2"
version_info = (0, 2, 4, 'final', 0)
version_info = (0, 2, 5, 'final', 0)

def get_version():
" Returns a PEP 386-compliant version number from version_info. "
Expand Down

0 comments on commit bd76d13

Please sign in to comment.