aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/__init__.py
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-02-28 19:46:53 +0100
committerTristan Gingold <tgingold@free.fr>2022-02-28 19:46:53 +0100
commit8185ed878df5054a9624af97ae4c73bbd3e906ef (patch)
treec7e513ed6e05a314fe58ebd8ed3e5ab01581b961 /pyGHDL/__init__.py
parente58709aefc057b4af0d7c011fc1c7d45d6176e10 (diff)
downloadghdl-8185ed878df5054a9624af97ae4c73bbd3e906ef.tar.gz
ghdl-8185ed878df5054a9624af97ae4c73bbd3e906ef.tar.bz2
ghdl-8185ed878df5054a9624af97ae4c73bbd3e906ef.zip
Prepare for release 2.0.0
Diffstat (limited to 'pyGHDL/__init__.py')
-rw-r--r--pyGHDL/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/__init__.py b/pyGHDL/__init__.py
index 8113f5254..3270d58b1 100644
--- a/pyGHDL/__init__.py
+++ b/pyGHDL/__init__.py
@@ -51,7 +51,7 @@ __author__ = "Tristan Gingold and contributors"
__email__ = "tgingold@free.fr"
__copyright__ = "2002-2021, Tristan Gingold and contributors"
__license__ = "GNU General Public License v2"
-__version__ = "2.0.0-dev"
+__version__ = "2.0.0"
__keywords__ = ["vhdl", "parser", "compiler", "simulator", "ghdl"]
from pyTooling.Decorators import export