File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ the following platforms:
30
30
| ** Windows 10** | _ DirectX 11_ | [ ![ PYPI] ( https://img.shields.io/pypi/v/dearpygui )] ( https://pypi.org/project/dearpygui/ ) |
31
31
| ** macOS** | _ Metal_ | [ ![ PYPI] ( https://img.shields.io/pypi/v/dearpygui )] ( https://pypi.org/project/dearpygui/ ) |
32
32
| ** Linux** | _ OpenGL 3_ | [ ![ PYPI] ( https://img.shields.io/pypi/v/dearpygui )] ( https://pypi.org/project/dearpygui/ ) |
33
- | ** Raspberry Pi 4** | _ OpenGL ES_ | [ ![ PYPI] ( https://img.shields.io/badge/pypi-v1.5 -blue )] ( https://img.shields.io/badge/pypi-v1.5 -blue ) |
33
+ | ** Raspberry Pi 4** | _ OpenGL ES_ | [ ![ PYPI] ( https://img.shields.io/badge/pypi-v1.6 -blue )] ( https://img.shields.io/badge/pypi-v1.6 -blue ) |
34
34
35
35
In the same manner Dear ImGui provides a simple way to create tools for game developers, _ Dear PyGui_ provides a
36
36
simple way for python developers to ** create quick and powerful GUIs for scripts** .
Original file line number Diff line number Diff line change 9
9
import shutil
10
10
import subprocess
11
11
12
- wip_version = "1.6.0 "
12
+ wip_version = "1.6.1 "
13
13
14
14
def version_number ():
15
15
"""This function reads the version number which is populated by github actions"""
You can’t perform that action at this time.
0 commit comments