Skip to content

Commit

Permalink
Set version to 0.97
Browse files Browse the repository at this point in the history
  • Loading branch information
kakaroto committed Feb 2, 2016
1 parent f1db9d3 commit 37821f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SWParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import dpkt
import json

VERSION = "0.96"
VERSION = "0.97"

def parse_pcap(filename):
streams = dict() # Connections with current buffer
Expand Down
2 changes: 1 addition & 1 deletion SWProxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import socket
import sys

VERSION = "0.96"
VERSION = "0.97"
logger = logging.getLogger(__name__)

class ProxyCallback(object):
Expand Down

0 comments on commit 37821f5

Please sign in to comment.