Skip to content

Commit dc2ce65

Browse files
committed
prepping for 1.0.24
1 parent f511cf0 commit dc2ce65

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"cSpell.words": [
3+
"ipxact",
4+
"setuptools",
5+
"systemverilog",
6+
"vhdl"
7+
]
8+
}

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
[project]
22
description = "Generate VHDL, SystemVerilog, html, rst, md, pdf, c headers from an IPXACT description"
33
readme = "README.md"
4-
version = "1.0.23"
4+
version = "1.0.24"
55
name = "ipxact2systemverilog"
66
authors = [
77
{name = "oddball"},
88
]
99
keywords = ["ipxact2systemverilog", "ipxact2vhdl", "VHDL", "SystemVerilog", "html", "rst", "md", "pdf", "IPXACT"]
1010
requires-python = ">= 3"
1111
dependencies = [
12+
"build",
1213
"docutils",
1314
"lxml",
1415
"mdutils",

0 commit comments

Comments
 (0)