Skip to content

Commit

Permalink
Fix script name, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hkzlab committed Aug 24, 2024
1 parent dd460bb commit fba9088
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog
Changelog for the dpdump2tab utility

## [0.0.2] - 2024-08-24
### Changed
- No changes in code, but rebuilt with correct script name

## [0.0.1] - 2024-08-22
- Initial release
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dpdump2tab"
version = "0.0.1"
version = "0.0.2"
description = "Convert dumps made with dpdumper into truth tables compatible with espresso"
authors = [
{ name = "Fabio Battaglia", email = "hkzlabnet@gmail.com" }
Expand All @@ -21,7 +21,7 @@ dependencies = [
]

[project.scripts]
dpdumper = "dpdump2tab.frontend:cli"
dpdump2tab = "dpdump2tab.frontend:cli"

[tool.setuptools.packages.find]
where = ["src", "."] # list of folders that contain the packages (["."] by default)
Expand Down

0 comments on commit fba9088

Please sign in to comment.