hoffstadt / hoffstadt/DearPyGui_Ext
pypi packaging
- Dominant language
- Python
- Stars
- 108
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
## Version of DearPyGui_Ext
Version: 0.9.4
Operating System: Windows 10
## My Issue/Question
When performing pip install for latest version 0.9.4 I get below warning and then pip installs 0.9.3 instead
```txt
Collecting dearpygui_ext
Downloading dearpygui_ext-0.9.4.tar.gz (9.4 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
WARNING: Discarding https://files.pythonhosted.org/packages/2e/f5/85f23cea6cdd5d47c8173bc6e0f33a59f6f504965cc174e419a6e40d3a11/dearpygui_ext-0.9.4.tar.gz#sha256=6400411db13a83d6bc3056d365d0caf8cbef311f05fd5ba239d6555b6e739081 (from https://pypi.org/si
mple/dearpygui-ext/) (requires-python:>=3.6). Requested dearpygui_ext from https://files.pythonhosted.org/packages/2e/f5/85f23cea6cdd5d47c8173bc6e0f33a59f6f504965cc174e419a6e40d3a11/dearpygui_ext-0.9.4.tar.gz#sha256=6400411db13a83d6bc3056d365d0caf8cbe
f311f05fd5ba239d6555b6e739081 has inconsistent version: filename has '0.9.4', but metadata has '0.9.3'
Downloading dearpygui_ext-0.9.3-py3-none-any.whl (7.3 kB)
Installing collected packages: dearpygui-ext
Successfully installed dearpygui-ext-0.9.3
```
## To Reproduce
Just do
```bat
pip install dearpygui-ext==0.9.4
```
and it will end up installing `0.9.3`
I assume there is some problem with bumping the python version while you release the library
Contributor guide
Assessment
This issue has not been assessed yet.