mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-24 21:03:09 +00:00
Update version numbers
All 3 of them
This commit is contained in:
parent
c4191a0fed
commit
3f3fa4edf4
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pokemon-terminal",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"description": "Pokemon terminal themes",
|
||||
"bin": {
|
||||
"pokemon": "pokemon",
|
||||
|
|
|
@ -9,5 +9,5 @@ Supports iTerm2, Terminology, Tilix and ConEmu.
|
|||
"""
|
||||
|
||||
|
||||
__version__ = "1.2.0"
|
||||
__version__ = "1.3.0"
|
||||
__author__ = "LazoCoder"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -27,7 +27,7 @@ def package_data(relpath, folders):
|
|||
|
||||
setup(
|
||||
name="pokemon-terminal",
|
||||
version="1.2.0", # Copied from package.json
|
||||
version="1.3.0", # Copied from package.json
|
||||
|
||||
description="Pokemon terminal themes.",
|
||||
long_description="""
|
||||
|
|
Loading…
Reference in a new issue