Skip to content

Commit

Permalink
update package info for 1.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
twhiteman committed Nov 14, 2008
1 parent f25cbae commit 0f16102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Metadata-Version: 1.1
Name: pyDes
Version: 1.3
Version: 1.3.1
Author: Todd Whiteman
Author-email: twhitema at gmail com
Home-page: http://twhiteman.netfirms.com/des.html
Download-url: http://twhiteman.netfirms.com/pyDES/pyDes-1.3.zip
Download-url: http://twhiteman.netfirms.com/pyDES/pyDes-1.3.1.zip
Summary: Pure python implementation of DES and TRIPLE DES encryption algorithm
License: Public Domain
Description: This algorithm is a pure python implementation of the DES and Triple DES
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name="pyDes",
version="1.3",
version="1.3.1",
description="Pure python implementation of DES and TRIPLE DES encryption algorithm",
author="Todd Whiteman",
author_email="twhitema@gmail.com",
Expand Down

0 comments on commit 0f16102

Please sign in to comment.