aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-03-06 07:45:56 +0100
committerTristan Gingold <tgingold@free.fr>2023-03-08 07:30:28 +0100
commit0572314d91201f1988643808409f33d2f15c23a6 (patch)
tree4685fa49fb5e01defa38fea5e23971893a2a3fcf /pyGHDL
parentbbde267d627588248616daa06223fe9bf4a926f1 (diff)
downloadghdl-0572314d91201f1988643808409f33d2f15c23a6.tar.gz
ghdl-0572314d91201f1988643808409f33d2f15c23a6.tar.bz2
ghdl-0572314d91201f1988643808409f33d2f15c23a6.zip
Bump to 3.0.0-rc.4, regenerate doc
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 812621d15..399185715 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-dev"
+__version__ = "3.0.0-rc.4"
__keywords__ = ["vhdl", "parser", "compiler", "simulator", "ghdl"]
from pyTooling.Decorators import export