Skip to content

Commit

Permalink
chore: v1.6.1 WIP and update to cpython 3.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffstadt committed Apr 26, 2022
1 parent 03a804e commit 40bd902
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dependencies/cpython
Submodule cpython updated 662 files
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down

0 comments on commit 40bd902

Please sign in to comment.