erev0s / apkInspector

apkInspector is a tool designed to provide detailed insights into the zip structure of APK files, offering the capability to extract content and decode the AndroidManifest.xml file.
Apache License 2.0
45 stars 6 forks source link

Tag the source #21

Closed fabaff closed 9 months ago

fabaff commented 9 months ago

It would be very helpful if you could tag releases as well. This would enable distributions who want to run your tests to fetch the package from GitHub instead of PyPI, where the tests are excluded.

Thanks

erev0s commented 9 months ago

@fabaff thank you, it is indeed a good idea. Created a release with the tag v1.2.1, being the latest one and from now on will add tags when releasing new versions.