Sha256: d64e364f66f2fa244bf94c1e8046f771af2add0d6bc9ce95b5a3adfed978a963

Contents?: true

Size: 142 Bytes

Versions: 1

Compression:

Stored size: 142 Bytes

Contents

module RubyPython
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 2
    TINY  = 10

    STRING = [MAJOR, MINOR, TINY].join('.')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubypython-0.2.10 lib/rubypython/version.rb