From a790b756c2945fd386907a626dd22c364d5075a2 Mon Sep 17 00:00:00 2001 From: Filipe Casal Date: Mon, 31 Oct 2022 11:15:19 +0000 Subject: [PATCH] Update version for release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3a3f20..74c7dbc 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="amarna", - version="0.1.4", + version="0.1.5", description="Amarna is a static-analyzer for the Cairo programming language.", url="https://github.com/crytic/amarna", author="Trail of Bits",