aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-03-17 08:02:02 +0100
committerTristan Gingold <tgingold@free.fr>2023-03-17 08:02:02 +0100
commitdb9d2b8196cb642eb7b3a5ee34ed7f317848ff55 (patch)
tree61fb639835476ba9ed6ac490d57065c4d1339c57 /pyGHDL
parentd6ccf3815f88ba0b51a8efa6b421dceecff9c43b (diff)
downloadghdl-db9d2b8196cb642eb7b3a5ee34ed7f317848ff55.tar.gz
ghdl-db9d2b8196cb642eb7b3a5ee34ed7f317848ff55.tar.bz2
ghdl-db9d2b8196cb642eb7b3a5ee34ed7f317848ff55.zip
standalone wheels: put date in development versions
Diffstat (limited to 'pyGHDL')
-rw-r--r--pyGHDL/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyGHDL/__init__.py b/pyGHDL/__init__.py
index 600c35545..f6309cdf5 100644
--- a/pyGHDL/__init__.py
+++ b/pyGHDL/__init__.py
@@ -47,11 +47,13 @@ this is provided from a ``pyGHDL`` packages with four sub-packages:
* :mod:`pyGHDL.lsp` - A :wikipedia:`language server protocol <Language_Server_Protocol>` (LSP)
written in Python. The implementation offers an HTTPS service that can be used e.g. by editors and IDEs supporting LSP.
"""
+
+__version__ = "4.0.0-dev"
+
__author__ = "Tristan Gingold and contributors"
__email__ = "tgingold@free.fr"
__copyright__ = "2002-2023, Tristan Gingold and contributors"
__license__ = "GNU General Public License v2"
-__version__ = "4.0.0-dev"
__keywords__ = ["vhdl", "parser", "compiler", "simulator", "ghdl"]
from pyTooling.Decorators import export