|
@@ -570,7 +570,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.4wip", outputlevel="default", level=conf.outputlevel,
|
|
|
+ printf("0.4", outputlevel="default", level=conf.outputlevel,
|
|
|
descriptor="stdout")
|
|
|
else:
|
|
|
parser.print_help()
|