Skip to content

Commit

Permalink
RC2 and change path to main in python init
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego committed Mar 20, 2023
1 parent c6cac9d commit ab68681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
# https://pypi.org/project/polyspace-report2excel/
name = "polyspace-report2excel"
version = "1.0rc1"
version = "1.0rc2"
description = "read a polyspace report and export misra or run-time results"
readme = "README.md"
requires-python = ">=3"
Expand Down
2 changes: 1 addition & 1 deletion src/p2e/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
def main():
import sys
import main
sys.exit(export-all.main())
sys.exit(main.main())

if __name__ == "__main__":
main()

0 comments on commit ab68681

Please sign in to comment.