mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
use pep440 compatible dev version number
This commit is contained in:
parent
821fc1cd6c
commit
c79bbc72c1
@ -52,7 +52,7 @@ toVerilog -- function that converts a design to Verilog
|
||||
from __future__ import absolute_import
|
||||
from __future__ import print_function
|
||||
|
||||
__version__ = "0.9dev"
|
||||
__version__ = "0.9.dev0"
|
||||
|
||||
import sys
|
||||
import warnings
|
||||
|
Loading…
x
Reference in New Issue
Block a user