diff --git a/README.md b/README.md index 4a756710..1d76d6e8 100644 --- a/README.md +++ b/README.md @@ -429,7 +429,7 @@ tracker](https://github.com/yyuu/pyenv/issues). ### Version History -**0.2.0** (February XX, 2013) +**0.2.0** (February 18, 2013) * Import changes from rbenv 0.4.0. diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 20065c2c..f1e3cc00 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="0.1.2" +version="0.2.0" cd "$PYENV_ROOT" git_revision="$(git describe --tags HEAD 2>/dev/null || true)"