pypi packaging
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
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
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
@hoffstadt can you please check this ... and make a release ... 0.9.4 is not installable via pypi
Wait, where did 0.9 come from? Lol. You should be on >1.0. We removed everything before 1.0 except 0.6.415 and 0.8.64
@hoffstadt I am talking about dearpygui-ext
0.9.4 the latest release is not installable

I believe the version number was not changed. Will check on it.