Closed rorybyrne closed 3 years ago
@Stedders Heads up
I updated the way we get the version - it now looks for the currently installed version using pkg_resources
. This means we no longer have fine-grained development versions, but I don't think that really matters since this isn't a library that other software depends on.
I got inspiration from thefuck and rich on how best to get the package version.
What does this PR do?
Why are we doing this?
Testing performed
Known issues
-
Notes
Closes #72 Closes #39