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