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

Commit

Permalink
Bump 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hluwa committed Aug 15, 2021
1 parent ac1bf53 commit 3aaedc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="wallbreaker",
version="1.0.1",
version="1.0.2",
description="🔨 Break Java Reverse Engineering form Memory World!",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
1 change: 1 addition & 0 deletions wallbreaker/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def create_connection(p_name=None, p_id=None, device=None, spawn=False):

return Connection(device, p_id)


class SessionConnection(Connection):

def __init__(self, device, session):
Expand Down

0 comments on commit 3aaedc4

Please sign in to comment.