lib/rubypython.rb in rubypython-0.5.0 vs lib/rubypython.rb in rubypython-0.5.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.5.0' #:nodoc: + VERSION = '0.5.1' #:nodoc: # Do not load the FFI interface by default. Wait until the user asks for # it. @load_ffi = false