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