Version 0.4.0 release.

Bunch of new changes including: tab completion, major customizability (ability to read from and write to any object that supported #readline and #puts respectively), extensive tests, command API, examples, lots of documentation and more.
This commit is contained in:
John Mair 2011-01-22 00:32:48 +13:00
parent 206aa8d33d
commit 3e180a52bf
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
class Pry
VERSION = "0.4.0pre1"
VERSION = "0.4.0"
end