We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aaf2e4 commit f1d6671Copy full SHA for f1d6671
minio/__version__.py
@@ -17,7 +17,7 @@
17
# (major, minor, micro, alpha/beta/rc/final, #)
18
# (1, 1, 2, 'alpha', 0) => "1.1.2.dev"
19
# (1, 2, 0, 'beta', 2) => "1.2b2"
20
-version_info = (0, 2, 6, 'final', 0)
+version_info = (0, 2, 7, 'final', 0)
21
22
def get_version():
23
" Returns a PEP 386-compliant version number from version_info. "
0 commit comments