first skeleton of the obitools3 package
This commit is contained in:
5
python/obitools3/version.py
Normal file
5
python/obitools3/version.py
Normal file
@ -0,0 +1,5 @@
|
||||
major = 1
|
||||
minor = 1
|
||||
serial= '16'
|
||||
|
||||
version = "%2d.%02d.%s" % (major,minor,serial)
|
Reference in New Issue
Block a user