Sha256: 8033f216529cc3c025527adb1cf678bf6110052c9a2a31430f33c4bb851b5ad7

Contents?: true

Size: 141 Bytes

Versions: 1

Compression:

Stored size: 141 Bytes

Contents

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

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