aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-03-08 07:41:30 +0100
committerTristan Gingold <tgingold@free.fr>2023-03-08 07:41:30 +0100
commitc6852822578a4d9a52ad60f4a9e06714731f08c2 (patch)
tree0e7f76a7b263a7167ab38b946d7a397ab291371c /pyGHDL
parent7de967c51f352fe2d724dbec549b71a392e5ebae (diff)
downloadghdl-c6852822578a4d9a52ad60f4a9e06714731f08c2.tar.gz
ghdl-c6852822578a4d9a52ad60f4a9e06714731f08c2.tar.bz2
ghdl-c6852822578a4d9a52ad60f4a9e06714731f08c2.zip
Bump version to 4.0.0-dev
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 d29cfb0f9..600c35545 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"
+__version__ = "4.0.0-dev"
__keywords__ = ["vhdl", "parser", "compiler", "simulator", "ghdl"]
from pyTooling.Decorators import export