From 6f42acc72405f6ce73b58d87267cd61bd3a67f22 Mon Sep 17 00:00:00 2001 From: Ray Chen Date: Tue, 17 Aug 2021 10:24:05 +0100 Subject: [PATCH] Fix and bump to 0.1.1 --- README.md | 8 ++++---- editor/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bb80d52..ac0e206 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # PyUnity Editor -[![License](https://img.shields.io/pypi/l/pyunity-gui.svg?logo=python&logoColor=FBE072)](https://github.com/pyunity/pyunity-gui/blob/master/LICENSE) -[![PyPI version](https://img.shields.io/pypi/v/pyunity-gui.svg?logo=python&logoColor=FBE072)](https://pypi.python.org/pypi/pyunity-gui) -[![Python version](https://img.shields.io/pypi/pyversions/pyunity-gui.svg?logo=python&logoColor=FBE072)](https://pypi.python.org/pypi/pyunity-gui) -[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/pyunity/pyunity-gui.svg?logo=lgtm)](https://lgtm.com/projects/g/pyunity/pyunity-gui/context:python) +[![License](https://img.shields.io/pypi/l/pyunity-editor.svg?logo=python&logoColor=FBE072)](https://github.com/pyunity/pyunity-gui/blob/master/LICENSE) +[![PyPI version](https://img.shields.io/pypi/v/pyunity-editor.svg?logo=python&logoColor=FBE072)](https://pypi.python.org/pypi/pyunity-gui) +[![Python version](https://img.shields.io/pypi/pyversions/pyunity-editor.svg?logo=python&logoColor=FBE072)](https://pypi.python.org/pypi/pyunity-gui) +[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/pyunity/pyunity-editor.svg?logo=lgtm)](https://lgtm.com/projects/g/pyunity/pyunity-gui/context:python) [![Total alerts](https://img.shields.io/lgtm/alerts/g/pyunity/pyunity-gui.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/pyunity/pyunity-gui/alerts/) [![Discord](https://img.shields.io/discord/835911328693616680?logo=discord&label=discord)](https://discord.gg/zTn48BEbF9) [![Gitter](https://badges.gitter.im/pyunity/community.svg)](https://gitter.im/pyunity/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) diff --git a/editor/__init__.py b/editor/__init__.py index 020b2c9..fdbb66b 100644 --- a/editor/__init__.py +++ b/editor/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.7.1" +__version__ = "0.1.1" __copyright__ = "Copyright 2021 Ray Chen" __email__ = "tankimarshal2@gmail.com" __license__ = "MIT License" diff --git a/setup.py b/setup.py index f533ec4..e716bf9 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="pyunity-editor", - version="0.1.0", + version="0.1.1", author="Ray Chen", author_email="tankimarshal2@gmail.com", description="An Editor for PyUnity in the style of the UnityEditor",