Skip to content

Commit

Permalink
Bump version to 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dshikashio committed May 28, 2023
1 parent 74b8ef1 commit f1e921c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ k.attach("net:port=50000,key=1.2.3.4")


## Release History
* 2.2.8
* Fixed missing files install issue
* 2.2.7
* Fixed access violation when using oneshot breakpoints
* Added 'count' option to breakpoints
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
README = (HERE / "README.md").read_text()

setup(name='Pybag',
version='2.2.7',
version='2.2.8',
description='Python wrappers for DbgEng from Windbg',
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit f1e921c

Please sign in to comment.