Skip to content

Commit

Permalink
bump pre release num
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward-Larson committed Apr 25, 2023
1 parent 2fe9d6e commit d55e8c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ofrak_core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def read_requirements(requirements_path):

setuptools.setup(
name="ofrak",
version="3.0.0rc6",
version="3.0.0rc7",
description="A binary analysis and modification platform",
packages=setuptools.find_packages(exclude=["test_ofrak", "test_ofrak.*"]),
package_data={
Expand Down
2 changes: 1 addition & 1 deletion ofrak_patch_maker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def read_requirements(requirements_path):

setuptools.setup(
name="ofrak_patch_maker",
version="4.0.0rc3",
version="4.0.0rc4",
description="PatchMaker tool for applying source-code patches to binaries",
packages=setuptools.find_packages(exclude=("ofrak_patch_maker_test",)),
package_data={"ofrak_patch_maker": ["py.typed"]},
Expand Down

0 comments on commit d55e8c9

Please sign in to comment.