diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-02-28 19:49:14 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-02-28 19:49:14 +0100 |
commit | d8ec498a960f60a41e246ce70318b99d7abf277e (patch) | |
tree | 76122d55767dd6b8efd0a8592c85baef88fb97e0 /pyGHDL | |
parent | 8185ed878df5054a9624af97ae4c73bbd3e906ef (diff) | |
download | ghdl-d8ec498a960f60a41e246ce70318b99d7abf277e.tar.gz ghdl-d8ec498a960f60a41e246ce70318b99d7abf277e.tar.bz2 ghdl-d8ec498a960f60a41e246ce70318b99d7abf277e.zip |
Bump version to 3.0.0-dev
Diffstat (limited to 'pyGHDL')
-rw-r--r-- | pyGHDL/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/__init__.py b/pyGHDL/__init__.py index 3270d58b1..64a3c3d87 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" +__version__ = "3.0.0-dev" __keywords__ = ["vhdl", "parser", "compiler", "simulator", "ghdl"] from pyTooling.Decorators import export |