X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=apt_p2p%2Fapt_p2p_conf.py;h=8e6f27417d1e10a30f8110702db8533ae2cc8310;hb=1b6577e26171c89d44636e3773398d6281a97346;hp=0496809e524a906544409eddf8f6f6b61413dab7;hpb=0d597e1ebe57e3d2d5fb15d463ce066b34c3734e;p=quix0rs-apt-p2p.git diff --git a/apt_p2p/apt_p2p_conf.py b/apt_p2p/apt_p2p_conf.py index 0496809..8e6f274 100644 --- a/apt_p2p/apt_p2p_conf.py +++ b/apt_p2p/apt_p2p_conf.py @@ -23,7 +23,7 @@ class ConfigError(Exception): def __str__(self): return repr(self.message) -version = versions.Version('apt-p2p', 0, 1, 1) +version = versions.Version('apt-p2p', 0, 1, 2) # Set the home parameter home = os.path.expandvars('${HOME}')