1 #!/usr/bin/env ruby
2
3
4
5 # This is mostly here to appease the build system for now, but will be used
6 # later as the toplevel namespace for the shell classes.
7 module Jparallel
8 VERSION = '0.0.1'
9 end
10