From fb2c1944019e4bb7cf5333b23612b5ca56935c62 Mon Sep 17 00:00:00 2001 From: mr-tz Date: Tue, 30 Jan 2024 15:50:24 +0100 Subject: [PATCH] bump version to 7.0.0 --- capa/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/version.py b/capa/version.py index 709796893..6c1fc36cf 100644 --- a/capa/version.py +++ b/capa/version.py @@ -5,7 +5,7 @@ # Unless required by applicable law or agreed to in writing, software distributed under the License # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and limitations under the License. -__version__ = "7.0.0-beta" +__version__ = "7.0.0" def get_major_version():