Commit 5bd844e2 authored by Greg Ward's avatar Greg Ward

Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1.

parent 8afa3a30
......@@ -42,7 +42,7 @@ import sys, os
import types
import textwrap
__version__ = "1.4"
__version__ = "1.4+"
class OptParseError (Exception):
def __init__ (self, msg):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment