File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ name = "docs"
105
105
The section name (`` [docs] `` in the example above) represents the name of the
106
106
label for that repository and is identical to the `` name `` field when running
107
107
`` labels fetch `` . Do not edit the section name of existing labels yourself!
108
- ⚠️
109
108
110
109
The fields `` color `` , `` description `` and `` name `` are parameters that you
111
110
can edit with the ** labels** CLI.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def read(*args: str) -> str:
9
9
10
10
setuptools .setup (
11
11
name = "labels" ,
12
- version = "20.1.0.dev0 " ,
12
+ version = "20.1.0" ,
13
13
author = "Raphael Pierzina" ,
14
14
15
15
maintainer = "Raphael Pierzina" ,
Original file line number Diff line number Diff line change 1
- __version__ = "20.1.0.dev0 "
1
+ __version__ = "20.1.0"
2
2
__title__ = "labels"
3
3
__description__ = "CLI app for managing GitHub labels for Python 3.6 and newer. 📝"
4
4
__url__ = "https://github.com/hackebrot/labels"
You can’t perform that action at this time.
0 commit comments