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