Sha256: 378aec33b37faf6ede540e32884ae295e805aed67a289c15d0b6d37a3f3355d0

Contents?: true

Size: 141 Bytes

Versions: 1

Compression:

Stored size: 141 Bytes

Contents

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

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