diff options
-rw-r--r-- | MANIFEST.in | 1 | ||||
-rw-r--r-- | mirrorselect.8 | 2 | ||||
-rw-r--r-- | mirrorselect/version.py | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..b562f73 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +recursive-include tests *.py diff --git a/mirrorselect.8 b/mirrorselect.8 index 7db8c0c..5bdb43d 100644 --- a/mirrorselect.8 +++ b/mirrorselect.8 @@ -1,4 +1,4 @@ -.TH "mirrorselect" "8" "2.2.4" +.TH "mirrorselect" "8" "2.2.5" .SH "NAME" .LP diff --git a/mirrorselect/version.py b/mirrorselect/version.py index abb971b..fefb0df 100644 --- a/mirrorselect/version.py +++ b/mirrorselect/version.py @@ -25,5 +25,5 @@ Distributed under the terms of the GNU General Public License v2 """ -version = "2.2.4-git" +version = "2.2.5-git" |