From 24b6a4a1a5066c37befc8222a1557d7aeecddbbb Mon Sep 17 00:00:00 2001 From: Damien Pretet Date: Thu, 27 Jun 2024 11:48:28 +0200 Subject: [PATCH] Update pypi info --- AUTHORS | 1 + pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 6fbd1f6..04c088a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,3 +13,4 @@ Olof Kindgren Evan Mays <@evanon0ping> De hekkende krekker + leibnewton diff --git a/pyproject.toml b/pyproject.toml index 6534f7a..18c7648 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "svut" -version = "1.9.0" +version = "1.9.1" authors = [ { name="Damien Pretet", email="damien.pretet@me.com" }, { name="Sarah Clark", email="sarahclark@google.com" }, diff --git a/setup.py b/setup.py index a63a1d0..4e9f5ab 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="svut", - version="1.9.0", + version="1.9.1", description="SystemVerilog Unit Test (SVUT)", long_description=long_description, long_description_content_type="text/markdown",