Skip to content

Fix version metadata misalignment#8

Open
emileferreira wants to merge 1 commit intobraincreators:masterfrom
emileferreira:patch-1
Open

Fix version metadata misalignment#8
emileferreira wants to merge 1 commit intobraincreators:masterfrom
emileferreira:patch-1

Conversation

@emileferreira
Copy link
Copy Markdown

Installing the latest version by from PyPI, using pip install octconv==0.2.0, fails with the following error.

Collecting octconv==0.2.0
  Using cached octconv-0.2.0.tar.gz (4.3 kB)
  Preparing metadata (setup.py) ... done
  WARNING: Requested octconv==0.2.0 from https://files.pythonhosted.org/packages/33/c7/b5ea3d12ba1954e48d9bc5beaf998bcc11478483a76452c5fbdbfe588a6d/octconv-0.2.0.tar.gz, but installing version 0.1.0
Discarding https://files.pythonhosted.org/packages/33/c7/b5ea3d12ba1954e48d9bc5beaf998bcc11478483a76452c5fbdbfe588a6d/octconv-0.2.0.tar.gz (from https://pypi.org/simple/octconv/): Requested octconv==0.2.0 from https://files.pythonhosted.org/packages/33/c7/b5ea3d12ba1954e48d9bc5beaf998bcc11478483a76452c5fbdbfe588a6d/octconv-0.2.0.tar.gz has inconsistent version: expected '0.2.0', but metadata has '0.1.0'
ERROR: Could not find a version that satisfies the requirement octconv==0.2.0 (from versions: 0.1.0, 0.2.0)
ERROR: No matching distribution found for octconv==0.2.0

This patch attempts to fix this error, by updating the version metadata to 0.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant