lib/rubypython.rb in rubypython-0.6.3 vs lib/rubypython.rb in rubypython-0.6.4

- old
+ new

@@ -13,10 +13,10 @@ # RubyPython.start # cPickle = RubyPython.import "cPickle" # puts cPickle.dumps("RubyPython is awesome!").rubify # RubyPython.stop module RubyPython - VERSION = '0.6.3' + VERSION = '0.6.4' end require 'rubypython/blankobject' require 'rubypython/interpreter' require 'rubypython/python'