File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# PyUnity Editor
2
2
3
- [ ![ License] ( https://img.shields.io/pypi/l/pyunity-gui .svg?logo=python&logoColor=FBE072 )] ( https://github.com/pyunity/pyunity-gui/blob/master/LICENSE )
4
- [ ![ PyPI version] ( https://img.shields.io/pypi/v/pyunity-gui .svg?logo=python&logoColor=FBE072 )] ( https://pypi.python.org/pypi/pyunity-gui )
5
- [ ![ Python version] ( https://img.shields.io/pypi/pyversions/pyunity-gui .svg?logo=python&logoColor=FBE072 )] ( https://pypi.python.org/pypi/pyunity-gui )
6
- [ ![ 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 )
3
+ [ ![ License] ( https://img.shields.io/pypi/l/pyunity-editor .svg?logo=python&logoColor=FBE072 )] ( https://github.com/pyunity/pyunity-gui/blob/master/LICENSE )
4
+ [ ![ PyPI version] ( https://img.shields.io/pypi/v/pyunity-editor .svg?logo=python&logoColor=FBE072 )] ( https://pypi.python.org/pypi/pyunity-gui )
5
+ [ ![ Python version] ( https://img.shields.io/pypi/pyversions/pyunity-editor .svg?logo=python&logoColor=FBE072 )] ( https://pypi.python.org/pypi/pyunity-gui )
6
+ [ ![ 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 )
7
7
[ ![ 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/ )
8
8
[ ![ Discord] ( https://img.shields.io/discord/835911328693616680?logo=discord&label=discord )] ( https://discord.gg/zTn48BEbF9 )
9
9
[ ![ Gitter] ( https://badges.gitter.im/pyunity/community.svg )] ( https://gitter.im/pyunity/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
Original file line number Diff line number Diff line change 1
- __version__ = "0.7 .1"
1
+ __version__ = "0.1 .1"
2
2
__copyright__ = "Copyright 2021 Ray Chen"
3
3
4
4
__license__ = "MIT License"
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = "pyunity-editor" ,
12
- version = "0.1.0 " ,
12
+ version = "0.1.1 " ,
13
13
author = "Ray Chen" ,
14
14
15
15
description = "An Editor for PyUnity in the style of the UnityEditor" ,
You can’t perform that action at this time.
0 commit comments