Lattyware / unrpa

A program to extract files from the RPA archive format.
http://www.lattyware.co.uk/projects/unrpa/
GNU General Public License v3.0
607 stars 77 forks source link

unrpa version does not reflect installed version #21

Closed OriginalFlavor closed 4 years ago

OriginalFlavor commented 4 years ago

In windows 10, Python 3.7

I installed unrpa using PIP. It looks like version 2.1.0 is installed.

C:\Users\User1>pip install "unrpa"
Requirement already satisfied: unrpa in c:\users\lorenpearson\appdata\local\programs\python\python37\lib\site-packages (2.1.0)

Then I checked version

C:\Users\User1>unrpa --version
unrpa 2.0.1

Why isn't the version 2.1.0?

omegalink12 commented 4 years ago

Looks like the pypi version doesn't completely match master. @Lattyware will have to decide what to do about that.

Lattyware commented 4 years ago

Yeah, this must be a mistake on my part, I'll take a look.

Lattyware commented 4 years ago

OK, I've set up with the new GitHub actions so it deploys automatically from the tagged release here to PyPI, so hopefully that means the version will always be up-to-date and correct in the future.