lib/rubypython.rb in rubypython-0.6.0 vs lib/rubypython.rb in rubypython-0.6.1

- 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.0' + VERSION = '0.6.1' end require 'rubypython/blankobject' require 'rubypython/interpreter' require 'rubypython/python'