Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Bump version to 2.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose committed Apr 30, 2015
1 parent 4240106 commit 9a9c535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion peep.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def iter(self, ret, *args, **kwargs):
DownloadProgressBar = DownloadProgressSpinner = NullProgressBar


__version__ = 2, 4, 0
__version__ = 2, 4, 1


ITS_FINE_ITS_FINE = 0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='peep',
version='2.4',
version='2.4.1',
description='A "pip install" that is cryptographically guaranteed repeatable',
long_description=open('README.rst').read(),
author='Erik Rose',
Expand Down

0 comments on commit 9a9c535

Please sign in to comment.