diff --git a/natter-check/natter-check.py b/natter-check/natter-check.py index 1ba7525..1d1219d 100755 --- a/natter-check/natter-check.py +++ b/natter-check/natter-check.py @@ -25,7 +25,7 @@ import struct import codecs -__version__ = "2.0.1-dev" +__version__ = "2.0.1" def fix_codecs(codec_list = ["utf-8", "idna"]): missing_codecs = [] diff --git a/natter.py b/natter.py index 4d0e3a7..618c95f 100755 --- a/natter.py +++ b/natter.py @@ -34,7 +34,7 @@ import threading import subprocess -__version__ = "2.0.1-dev" +__version__ = "2.0.1" class Logger(object):