|
@@ -540,7 +540,7 @@ elif options.license is True:
|
|
|
along with stov. If not, see <http://www.gnu.org/licenses/>.
|
|
|
""", outputlevel="default", level=conf.outputlevel, descriptor="stdout")
|
|
|
elif options.version is True:
|
|
|
- printf("0.3dev", outputlevel="default", level=conf.outputlevel,
|
|
|
+ printf("0.3", outputlevel="default", level=conf.outputlevel,
|
|
|
descriptor="stdout")
|
|
|
else:
|
|
|
parser.print_help()
|