Sha256: da8809cc065b7de13202ba74e9faeb683d1cad736c2efa447578d25db562aa9d
Contents?: true
Size: 141 Bytes
Versions: 1
Compression:
Stored size: 141 Bytes
Contents
module RubyPython module VERSION #:nodoc: MAJOR = 0 MINOR = 2 TINY = 4 STRING = [MAJOR, MINOR, TINY].join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubypython-0.2.4 | lib/rubypython/version.rb |