Skip to content

Commit

Permalink
Bump version to 5.0.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tgingold committed Apr 14, 2024
1 parent 7188e92 commit 2871d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# place.
# Note the absence of spaces and the quotes.
# Suffix "-dev" is used during development.
ghdl_version="4.1.0"
ghdl_version="5.0.0-dev"

backend=mcode
backend_version="none"
Expand Down
2 changes: 1 addition & 1 deletion pyGHDL/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
written in Python. The implementation offers an HTTPS service that can be used e.g. by editors and IDEs supporting LSP.
"""

__version__ = "4.1.0"
__version__ = "5.0.0-dev"

__author__ = "Tristan Gingold and contributors"
__email__ = "tgingold@free.fr"
Expand Down

0 comments on commit 2871d4f

Please sign in to comment.