update 0.6.4

This commit is contained in:
utahta
2010-11-25 23:31:26 +09:00
parent 16b465dd24
commit 01128aebfd
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
* 0.6.4
- Added some functions to bashrc
- Removed installed command
- Bug fix
* 0.6.3
- Added use command
- Added some functions to bashrc
+1 -1
View File
@@ -1,6 +1,6 @@
import os
VERSION = "0.6.3"
VERSION = "0.6.4"
if os.environ.has_key("PYTHONBREW_ROOT"):
ROOT = os.environ["PYTHONBREW_ROOT"]
+1 -1
View File
@@ -1 +1 @@
0.6.3
0.6.4