Skip to content

Commit

Permalink
version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbremer committed Aug 1, 2018
1 parent c896a61 commit 6f1826b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion httpreplay/__init__.py
Expand Up @@ -17,4 +17,4 @@
from .shoddy import Protocol
from .smegma import Packet, TCPPacketStreamer, TCPStream, TLSStream

__version__ = "0.2.3"
__version__ = "0.2.4"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

setup(
name="HTTPReplay",
version="0.2.3",
version="0.2.4",
author="Jurriaan Bremer",
author_email="jbr@cuckoo.sh",
packages=[
Expand Down

0 comments on commit 6f1826b

Please sign in to comment.