diff --git a/makefile b/makefile index 4924dec..65e545b 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ web: doxygen rsync -ravK doc/html/ spidey2.bmsi.com:/Public/pymilter -VERSION=1.0.1 +VERSION=1.0.2 PKG=pysrs-$(VERSION) SRCTAR=$(PKG).tar.gz diff --git a/setup.py b/setup.py index 97bf2f3..00cc7d9 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ #-- Package description name = 'pysrs', license = 'Python license', - version = '1.0.1', + version = '1.0.2', description = 'Python SRS (Sender Rewriting Scheme) library', long_description = """Python SRS (Sender Rewriting Scheme) library. As SPF is implemented, MTAs that check SPF must account for any forwarders.