Forgot to bump internal tags

This commit is contained in:
Stuart D. Gathman
2024-05-29 18:45:09 -04:00
parent 5675adeb3c
commit 1212a0ef59
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
# This code is under the GNU General Public License. See COPYING for details.
from __future__ import print_function
__version__ = '1.0.5'
__version__ = '1.0.6'
import os
import re
+1 -1
View File
@@ -4,7 +4,7 @@ web:
rsync -ravKk doc/html/ pymilter.org:/var/www/html/milter/pymilter
cd doc/html; zip -r ../../doc .
VERSION=1.0.5
VERSION=1.0.6
PKG=pymilter-$(VERSION)
SRCTAR=$(PKG).tar.gz