Skip to content

Commit 40bd902

Browse files
committed
chore: v1.6.1 WIP and update to cpython 3.9.12
1 parent 03a804e commit 40bd902

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dependencies/cpython

Submodule cpython updated 662 files

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ the following platforms:
3030
| **Windows 10** | _DirectX 11_ | [![PYPI](https://img.shields.io/pypi/v/dearpygui)](https://pypi.org/project/dearpygui/) |
3131
| **macOS** | _Metal_ | [![PYPI](https://img.shields.io/pypi/v/dearpygui)](https://pypi.org/project/dearpygui/) |
3232
| **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) |
3434

3535
In the same manner Dear ImGui provides a simple way to create tools for game developers, _Dear PyGui_ provides a
3636
simple way for python developers to **create quick and powerful GUIs for scripts**.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import shutil
1010
import subprocess
1111

12-
wip_version = "1.6.0"
12+
wip_version = "1.6.1"
1313

1414
def version_number():
1515
"""This function reads the version number which is populated by github actions"""

0 commit comments

Comments
 (0)