Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgathman committed Nov 3, 2017
1 parent cc596bb commit 880b72a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 880b72a

Please sign in to comment.