aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-03-08 07:40:01 +0100
committerTristan Gingold <tgingold@free.fr>2023-03-08 07:40:01 +0100
commit7de967c51f352fe2d724dbec549b71a392e5ebae (patch)
tree82b7b5f69eb24db292892475bca470d2fe87e596 /pyGHDL
parentd944522707ef275eca0c4ef5fdc32eff819ceedf (diff)
downloadghdl-7de967c51f352fe2d724dbec549b71a392e5ebae.tar.gz
ghdl-7de967c51f352fe2d724dbec549b71a392e5ebae.tar.bz2
ghdl-7de967c51f352fe2d724dbec549b71a392e5ebae.zip
Release: bump to 3.0.0
Diffstat (limited to 'pyGHDL')
-rw-r--r--pyGHDL/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/__init__.py b/pyGHDL/__init__.py
index 399185715..d29cfb0f9 100644
--- a/pyGHDL/__init__.py
+++ b/pyGHDL/__init__.py
@@ -51,7 +51,7 @@ __author__ = "Tristan Gingold and contributors"
__email__ = "tgingold@free.fr"
__copyright__ = "2002-2023, Tristan Gingold and contributors"
__license__ = "GNU General Public License v2"
-__version__ = "3.0.0-rc.4"
+__version__ = "3.0.0"
__keywords__ = ["vhdl", "parser", "compiler", "simulator", "ghdl"]
from pyTooling.Decorators import export