diff --git a/pyproject.toml b/pyproject.toml index c4a58fe..5e2679b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "umbrella-py" -version = "0.0.4" +version = "0.0.5" description="ObjC and Swift application binary interface (ABI) to inspect static runtime information. (w. Class-Dump)" authors = [ { name="MatrixEditor", email="not@supported.com" }, diff --git a/umbrella/__init__.py b/umbrella/__init__.py index ef5a1c5..ac9b6c8 100644 --- a/umbrella/__init__.py +++ b/umbrella/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.0.4" +__version__ = "0.0.5"