diff --git a/Dependencies/cpython b/Dependencies/cpython index f7e99c981..b28265d7e 160000 --- a/Dependencies/cpython +++ b/Dependencies/cpython @@ -1 +1 @@ -Subproject commit f7e99c98130a705f88348dde60adb98d5bfd8b98 +Subproject commit b28265d7e6a41a4a0e227b37f4fbbc4d03a0a707 diff --git a/README.md b/README.md index eaae7d037..815c95629 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ the following platforms: | **Windows 10** | _DirectX 11_ | [![PYPI](https://img.shields.io/pypi/v/dearpygui)](https://pypi.org/project/dearpygui/) | | **macOS** | _Metal_ | [![PYPI](https://img.shields.io/pypi/v/dearpygui)](https://pypi.org/project/dearpygui/) | | **Linux** | _OpenGL 3_ | [![PYPI](https://img.shields.io/pypi/v/dearpygui)](https://pypi.org/project/dearpygui/) | -| **Raspberry Pi 4** | _OpenGL ES_ | [![PYPI](https://img.shields.io/badge/pypi-v1.5-blue)](https://img.shields.io/badge/pypi-v1.5-blue) | +| **Raspberry Pi 4** | _OpenGL ES_ | [![PYPI](https://img.shields.io/badge/pypi-v1.6-blue)](https://img.shields.io/badge/pypi-v1.6-blue) | In the same manner Dear ImGui provides a simple way to create tools for game developers, _Dear PyGui_ provides a simple way for python developers to **create quick and powerful GUIs for scripts**. diff --git a/setup.py b/setup.py index 547b7db83..b93acb0ef 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ import shutil import subprocess -wip_version = "1.6.0" +wip_version = "1.6.1" def version_number(): """This function reads the version number which is populated by github actions"""