Sha256: 45382b9c3fb9362b3c9d04e21acad8a97d841dfa3a3f84b6501da08acb76afd5

Contents?: true

Size: 141 Bytes

Versions: 1

Compression:

Stored size: 141 Bytes

Contents

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

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