AstuteSource / chasten

:dizzy: Chasten Uses XML and XPATH to Check a Python Program's AST for Specified Patterns!
https://pypi.org/project/chasten/
GNU General Public License v2.0
7 stars 8 forks source link

Incoherent Versioning Discrepancy in Chasten #110

Closed Jaclynpqc closed 8 months ago

Jaclynpqc commented 8 months ago

I have encountered an inconsistency in the versioning of Chasten, specifically when using it within the main.py file and checking its version through pipx list. When I execute chasten in main.py, the version obtained from util.py is 0.1.1. However, when I run pipx list, it returns version 0.2.0 for Chasten.

I suspect there might be an issue within the get_chasten_version function in util.py that causing this inconsistency in versioning. I will investigate the function to identify and resolve the cause of this versioning discrepancy, I will document my progress and any findings in this issue thread